Skip to content

Commit

Permalink
Fix qality flaws
Browse files Browse the repository at this point in the history
  • Loading branch information
racodond committed Jul 23, 2016
1 parent 66db22f commit e7d7ea3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public CheckVerifier withSecondaryLines(int... expectedLines) {
Collections.sort(current.secondaryLines());
Arrays.sort(expectedLines);

int i = 0;
int i;
for (i = 0; i < expectedLines.length; i++) {
if (current.secondaryLines().size() <= i) {
throw new AssertionError("\nMissing secondary location at line " + expectedLines[i]);
Expand Down

0 comments on commit e7d7ea3

Please sign in to comment.