SPARK-1160: Remove deprecated methods usage

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@11908 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Konstantin Zolotarev
2010-09-21 04:58:01 +00:00
committed by konstantin.zolotarev
parent 759320b63e
commit 9bd047c938

View File

@ -90,7 +90,7 @@ public class PluginClassLoader extends URLClassLoader {
for (File jar : jars) {
if (jar.isFile()) {
final URL url = jar.toURI().toURL();
final URL url = jar.toURL();
addURL(url);
try {
checkForSmackProviders(url);