Removed accidental commit from JSONInterface.java

Removed more traces of I2PDesktop.java.
This commit is contained in:
dev
2011-06-28 13:23:22 +00:00
parent 4d23b839b4
commit 40d8b4a04d
2 changed files with 1 additions and 5 deletions

View File

@ -13,7 +13,6 @@ import javax.swing.SwingWorker;
import net.i2p.itoopie.i18n.ItoopieTranslator;
import net.i2p.itoopie.i2pcontrol.JSONInterface;
import net.i2p.itoopie.util.BrowseException;
import net.i2p.itoopie.util.I2PDesktop;
public class Main {
@ -105,9 +104,7 @@ public class Main {
@Override
protected void done() {
try {
I2PDesktop.browse("http://localhost:7657");
} catch (BrowseException e1) { }
System.out.println("Tried to open url");
}
}.execute();
}

View File

@ -48,7 +48,6 @@ public class JSONInterface{
_log.error("Bad URL: http://"+srvHost+":"+srvPort+"/"+srvTarget, e);
}
session = new JSONRPC2Session(srvURL);
session.
}