This is an automated email from the ASF dual-hosted git repository. clebertsuconic pushed a commit to branch new-logging in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
commit 593070c4bcecacab3378edfe6c7ba1ba5d0c9f4d Author: Robbie Gemmell <rob...@apache.org> AuthorDate: Mon May 9 11:01:58 2022 +0100 remove comment note already actioned --- .../org/apache/activemq/artemis/logprocessor/annotation/LogBundle.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemis-log-processor/src/main/java/org/apache/activemq/artemis/logprocessor/annotation/LogBundle.java b/artemis-log-processor/src/main/java/org/apache/activemq/artemis/logprocessor/annotation/LogBundle.java index 8c59208723..e8910bbaf1 100644 --- a/artemis-log-processor/src/main/java/org/apache/activemq/artemis/logprocessor/annotation/LogBundle.java +++ b/artemis-log-processor/src/main/java/org/apache/activemq/artemis/logprocessor/annotation/LogBundle.java @@ -24,7 +24,7 @@ import java.lang.annotation.Target; @Target(ElementType.TYPE) @Retention(RetentionPolicy.SOURCE) -public @interface LogBundle { // Maybe ArtemisLogBundle or even just LogBundle? +public @interface LogBundle { String projectCode(); }