Remove unnecessary @SuppressWarnings("resource") annotation in IoUtil
Change-Id: I2d414da1297b4c1a8261331dcb7ea2f107ce6f73
This commit is contained in:
@@ -57,7 +57,6 @@ public final class IoUtil {
|
|||||||
if (!(cl instanceof URLClassLoader)) {
|
if (!(cl instanceof URLClassLoader)) {
|
||||||
throw noAddURL("Not loaded by URLClassLoader", null);
|
throw noAddURL("Not loaded by URLClassLoader", null);
|
||||||
}
|
}
|
||||||
@SuppressWarnings("resource")
|
|
||||||
URLClassLoader urlClassLoader = (URLClassLoader) cl;
|
URLClassLoader urlClassLoader = (URLClassLoader) cl;
|
||||||
|
|
||||||
Method addURL;
|
Method addURL;
|
||||||
|
Reference in New Issue
Block a user