Skip to content

Commit

Permalink
fix comment break
Browse files Browse the repository at this point in the history
  • Loading branch information
theron-wang committed Jul 12, 2024
1 parent 6393120 commit 6fce42c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ public Node visit(ImportDeclaration decl, Void p) {
public Visitable visit(AnnotationMemberDeclaration decl, Void p) {
// Ensure that enums/fields that are used by default are included
// Also, in edge cases, preserve method type since a definition with a default value may be
// added,
// but that value type is never explored by the visit(AnnotationExpr) methods
// added, but that value type is never explored by the visit(AnnotationExpr) methods
if (usedClass.contains(JavaParserUtil.getEnclosingClassName(decl))) {
// Class<> from jar files may contain other classes
if (decl.getType().toString().startsWith("Class<")) {
Expand Down

0 comments on commit 6fce42c

Please sign in to comment.