mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-31 10:49:19 -04:00
Run reformat and organize imports
This commit is contained in:
parent
f723bf5737
commit
cb685d3b5c
73 changed files with 802 additions and 829 deletions
|
@ -670,7 +670,7 @@ public class SocksDialog extends Dialog implements WindowListener,
|
|||
}// end guiInit
|
||||
|
||||
/*
|
||||
* // Main //////////////////////////////////// public static void
|
||||
* // Main //////////////////////////////////// public static void
|
||||
* main(String[] args) throws Exception{ Frame f = new
|
||||
* Frame("Test for SocksDialog"); f.add("Center", new
|
||||
* Label("Fill the Dialog")); SocksDialog socksdialog = new SocksDialog(f);
|
||||
|
|
|
@ -198,7 +198,7 @@ public class SocksServerSocket extends ServerSocket {
|
|||
private void processReply(ProxyMessage reply) throws SocksException {
|
||||
localPort = reply.port;
|
||||
/*
|
||||
* If the server have assigned same host as it was contacted on it might
|
||||
* If the server have assigned same host as it was contacted on it might
|
||||
* return an address of all zeros
|
||||
*/
|
||||
if (reply.host.equals("0.0.0.0")) {
|
||||
|
|
|
@ -346,7 +346,7 @@ public class SocksSocket extends Socket {
|
|||
private void processReply(ProxyMessage reply) throws SocksException {
|
||||
localPort = reply.port;
|
||||
/*
|
||||
* If the server have assigned same host as it was contacted on it might
|
||||
* If the server have assigned same host as it was contacted on it might
|
||||
* return an address of all zeros
|
||||
*/
|
||||
if (reply.host.equals("0.0.0.0")) {
|
||||
|
|
|
@ -169,7 +169,7 @@ public class Ident {
|
|||
// /////////////////////////////////////////////
|
||||
// USED for Testing
|
||||
/*
|
||||
* public static void main(String[] args) throws IOException{
|
||||
* public static void main(String[] args) throws IOException{
|
||||
*
|
||||
* Socket s = null; s = new Socket("gp101-16", 1391);
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue