Skip to content

Commit

Permalink
Minor optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Feb 12, 2015
1 parent e938e3a commit 57ee96d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -26,6 +26,7 @@ public boolean hasModifier(ASTNode body, final ModifierKeyword modifier)
if (m.getKeyword() == modifier)
{
result = true;
break;
}
}
return result;
Expand Down

0 comments on commit 57ee96d

Please sign in to comment.