Skip to content

Commit 16b968f

Browse files
author
waiet
authored
Merge pull request #2 from waiet/revert-1-optimization-logging
Revert "Optimization logging of removing annotate for class, that not include…"
2 parents 424f45b + 3e21a15 commit 16b968f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugin/src/main/java/org/jvnet/jaxb2_commons/plugin/removeannotation/RemoveAnnotationPlugin.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,6 @@ private void removeAnnotation(final JCodeModel codeModel,
364364
}
365365
}
366366
else {
367-
if (annotatable.annotations() == null || annotatable.annotations().isEmpty()) {
368-
return;
369-
}
370367
JClass annotationClass = codeModel.ref(aClass);
371368

372369
JAnnotationUse annotationUse = null;

0 commit comments

Comments
 (0)