Issue #2080: resolving 'return is unnecessary as the last statement in a 'void' method ' TCBuild=438

This commit is contained in:
Roman Ivanov 2015-12-12 11:15:09 -08:00
parent 28e6666a07
commit 129dd0e0bf
1 changed files with 0 additions and 1 deletions

View File

@ -269,7 +269,6 @@ public class AnnotationUseStyleCheckTest extends BaseCheckTestSupport {
}
catch (ConversionException ex) {
assertTrue(ex.getMessage().startsWith("unable to parse"));
return;
}
}