SPARK-1160: Remove deprecated methods usage

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

View File

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