Skip to content

Commit

Permalink
[RESTEASY-1974] Checkstyle - Empty statement (ignored)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Terem authored and asoldano committed Nov 16, 2018
1 parent 71a0e1f commit c30cb45
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,9 @@ public Result createOutput(final String namespaceUri, final String suggestedFile
Iterator<Include> iter = grammars.getInclude().iterator();
while (iter.hasNext()) {
for (Doc doc : iter.next().getDoc()) {
// CHECKSTYLE.OFF: EmptyStatement
if ("Generated".equals(doc.getTitle())) ;
// CHECKSTYLE.ON: EmptyStatement
iter.remove();
}
}
Expand Down

0 comments on commit c30cb45

Please sign in to comment.