Skip to content

Commit

Permalink
Fix the annotation error message is not output correctly
Browse files Browse the repository at this point in the history
Signed-off-by: kaido207 <kaido.hiroki@fujitsu.com>
  • Loading branch information
kaido207 committed Nov 7, 2023
1 parent 727ea3d commit 60859b5
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Contributors to the Eclipse Foundation
* Copyright (c) 2022, 2023 Contributors to the Eclipse Foundation
* Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -92,7 +92,7 @@ public abstract class ModuleScanner<T extends Descriptor> extends JavaEEScanner<
level = "SEVERE")
private static final String NO_CLASSLOADER = "AS-DEPLOYMENT-00010";

@LogMessageInfo(message = "Error in annotation processing: {0}.", level = "WARNING")
@LogMessageInfo(message = "Error in annotation processing:", level = "WARNING")
private static final String ANNOTATION_ERROR = "AS-DEPLOYMENT-00011";

@LogMessageInfo(message = "Cannot load {0} reason : {1}.", level = "WARNING")
Expand Down

0 comments on commit 60859b5

Please sign in to comment.