Fixing warnings and harness around running Java8 tests and separate JVM tests

This commit is contained in:
Andy Clement
2014-02-26 13:16:57 -08:00
parent b474237898
commit ee3b3acc2f
17 changed files with 30 additions and 22 deletions

View File

@@ -17,7 +17,7 @@ public class ClassWithAnnotatedConstructors {
// - constructors with changed annotations
//The annotation will be removed
@SuppressWarnings("unused")
// @SuppressWarnings("unused")
private @AnnoT ClassWithAnnotatedConstructors() {}
//The attribute value will be changed