aboutsummaryrefslogtreecommitdiff
path: root/usage_examples
diff options
context:
space:
mode:
Diffstat (limited to 'usage_examples')
-rw-r--r--usage_examples/LogExample_pre.jpage2
1 files changed, 1 insertions, 1 deletions
diff --git a/usage_examples/LogExample_pre.jpage b/usage_examples/LogExample_pre.jpage
index fa746dba..ba27dd27 100644
--- a/usage_examples/LogExample_pre.jpage
+++ b/usage_examples/LogExample_pre.jpage
@@ -17,7 +17,7 @@ public class LogExampleOther {
}
}
-@CommonsLog("CounterLog")
+@CommonsLog(topic="CounterLog")
public class LogExampleCategory {
public static void main(String... args) {