Skip to content

Commit

Permalink
See if this is what the code formatter is complaining about
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhixson committed Dec 26, 2019
1 parent a41a532 commit bfb4b42
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -803,6 +803,7 @@ public static boolean isCompileTimeString(ExpressionTree node) {
// tree gets cast to ClassTree when it is actually a NewClassTree,
// for example in enclosingClass above.
private static final Set<Tree.Kind> classTreeKinds = EnumSet.noneOf(Tree.Kind.class);

This comment has been minimized.

Copy link
@wmdietl

wmdietl Dec 26, 2019

Member

It's complaining about missing javadoc for the field classTreeKinds.

static {
for (Tree.Kind kind : Tree.Kind.values()) {
if (kind.asInterface() == ClassTree.class) {
Expand Down

0 comments on commit bfb4b42

Please sign in to comment.