Fixed check styles

This commit is contained in:
Oleg Zhurakousky
2019-08-09 18:45:57 +02:00
parent 1248eaaa09
commit 3d67f84144

View File

@@ -120,11 +120,11 @@ class ExternalFunctionJarLauncher extends JarLauncher {
return getClass().getClassLoader().loadClass(name);
}
catch (Exception e) {
//ignore and proceed with context ClassLoader
// ignore and proceed with context ClassLoader
}
}
return super.loadClass(name, false);
}
return super.loadClass(name, false);
}
@Override
protected Class<?> findClass(final String name) throws ClassNotFoundException {