fix/suppress compiler warnings

This commit is contained in:
Sebastian Sdorra
2014-08-19 21:45:23 +02:00
parent babd1be9fc
commit a8d9d8b9b6
13 changed files with 19 additions and 16 deletions

View File

@@ -72,6 +72,7 @@ public class MultiParentClassLoaderTest
classLoader = new MultiParentClassLoader(parent1, parent2);
}
@SuppressWarnings("unchecked")
@Test(expected = ClassNotFoundException.class)
public void testClassNotFoundException() throws ClassNotFoundException
{