You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2009/05/26 19:27:45 UTC

[jira] Resolved: (CLK-553) Constant MODE_DEBUG is defined as "trace", should be "debug"

     [ https://issues.apache.org/jira/browse/CLK-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Schellink resolved CLK-553.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0
         Assignee: Bob Schellink

Thanks Freddy, fixed in trunk.

> 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
>            Assignee: Bob Schellink
>            Priority: Trivial
>             Fix For: 2.1.0
>
>
> 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.