Constant MODE_DEBUG is defined as "trace", should be "debug"
------------------------------------------------------------
Key: CLK-553
URL: https://issues.apache.org/jira/browse/CLK-553
Project: Click
Issue Type: Bug
Components: core
Affects Versions: 2.1.0
Reporter: Frederic Daoud
Priority: Trivial
In org/apache/click/service/ConfigService.java,
public static final String MODE_DEBUG = "trace";
should be
public static final String MODE_DEBUG = "debug";
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.