Added spotbugs and errorprone plugins.
This commit is contained in:
parent
05531406a9
commit
dc82c66d68
3 changed files with 27 additions and 1 deletions
|
@ -159,7 +159,7 @@ public class VersionInfoTest {
|
|||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("ClassExplicitlyAnnotation")
|
||||
@SuppressWarnings({"ClassExplicitlyAnnotation", "BadAnnotationImplementation"})
|
||||
class VersionTest implements Version {
|
||||
@Override
|
||||
public Class<? extends Annotation> annotationType() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue