InitPluginStepsLoader: Remove redundant warning suppression

Change-Id: I9310b58fc3e7595ffa73a7eaf9478651433522c5
This commit is contained in:
David Pursehouse 2018-04-18 08:50:50 +02:00
parent 1f30c4cf2a
commit c996fe2450

View File

@ -62,7 +62,6 @@ public class InitPluginStepsLoader {
return pluginsInitSteps;
}
@SuppressWarnings("resource")
private InitStep loadInitStep(Path jar) {
try {
URLClassLoader pluginLoader =