aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/extern/apachecommons/CommonsLog.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lombok/extern/apachecommons/CommonsLog.java')
-rw-r--r--src/core/lombok/extern/apachecommons/CommonsLog.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lombok/extern/apachecommons/CommonsLog.java b/src/core/lombok/extern/apachecommons/CommonsLog.java
index 34ac0fe6..2e31edf7 100644
--- a/src/core/lombok/extern/apachecommons/CommonsLog.java
+++ b/src/core/lombok/extern/apachecommons/CommonsLog.java
@@ -62,5 +62,5 @@ public @interface CommonsLog {
/**
* Sets the category of the constructed Logger. By default, it will use the type where the annotation is placed.
*/
- String value() default "";
+ String topic() default "";
} \ No newline at end of file