Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
RELNOTES: N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=311844374
  • Loading branch information
sumitbhagwani authored and kluever committed May 17, 2020
1 parent 12e2544 commit 161dfb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void visitIdent(JCTree.JCIdent tree) {
// in an enclosing scope
Symbol sym = tree.sym;
if (sym == null) {
// return;
return;
}
if (sym.isStatic()) {
return;
Expand Down

0 comments on commit 161dfb3

Please sign in to comment.