Skip to content

Commit

Permalink
Update tests for error-prone 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicerloop committed Jun 30, 2020
1 parent ffb3a57 commit b7f6893
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ protected String getRoleHint()
protected int expectedWarnings()
{
if ( java8() ) {
return 0;
return 1;
}
else
{
return 1;
return 2;
}
}

Expand Down

0 comments on commit b7f6893

Please sign in to comment.