Added spotbugs and errorprone plugins.

This commit is contained in:
Erik C. Thauvin 2018-07-11 03:33:42 -07:00
parent 05531406a9
commit dc82c66d68
3 changed files with 27 additions and 1 deletions

View file

@ -159,7 +159,7 @@ public class VersionInfoTest {
}
}
@SuppressWarnings("ClassExplicitlyAnnotation")
@SuppressWarnings({"ClassExplicitlyAnnotation", "BadAnnotationImplementation"})
class VersionTest implements Version {
@Override
public Class<? extends Annotation> annotationType() {