Removed accidental commit from JSONInterface.java
Removed more traces of I2PDesktop.java.
This commit is contained in:
@ -13,7 +13,6 @@ import javax.swing.SwingWorker;
|
|||||||
import net.i2p.itoopie.i18n.ItoopieTranslator;
|
import net.i2p.itoopie.i18n.ItoopieTranslator;
|
||||||
import net.i2p.itoopie.i2pcontrol.JSONInterface;
|
import net.i2p.itoopie.i2pcontrol.JSONInterface;
|
||||||
import net.i2p.itoopie.util.BrowseException;
|
import net.i2p.itoopie.util.BrowseException;
|
||||||
import net.i2p.itoopie.util.I2PDesktop;
|
|
||||||
|
|
||||||
public class Main {
|
public class Main {
|
||||||
|
|
||||||
@ -105,9 +104,7 @@ public class Main {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void done() {
|
protected void done() {
|
||||||
try {
|
System.out.println("Tried to open url");
|
||||||
I2PDesktop.browse("http://localhost:7657");
|
|
||||||
} catch (BrowseException e1) { }
|
|
||||||
}
|
}
|
||||||
}.execute();
|
}.execute();
|
||||||
}
|
}
|
||||||
|
@ -48,7 +48,6 @@ public class JSONInterface{
|
|||||||
_log.error("Bad URL: http://"+srvHost+":"+srvPort+"/"+srvTarget, e);
|
_log.error("Bad URL: http://"+srvHost+":"+srvPort+"/"+srvTarget, e);
|
||||||
}
|
}
|
||||||
session = new JSONRPC2Session(srvURL);
|
session = new JSONRPC2Session(srvURL);
|
||||||
session.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user