Clean up warnings that show up in Gradle build

This commit is contained in:
Sam Brannen
2014-04-06 16:25:28 +02:00
parent 0eba1f818f
commit d9ee44cd7c
2 changed files with 3 additions and 0 deletions

View File

@@ -346,6 +346,7 @@ public class AnnotationMetadataTests {
}
}
@SuppressWarnings({ "serial" })
private static class AnnotatedComponentSubClass extends AnnotatedComponent {
}