Run reformat and organize imports

This commit is contained in:
Manfred Karrer 2016-01-21 02:48:44 +01:00
parent f723bf5737
commit cb685d3b5c
73 changed files with 802 additions and 829 deletions

View file

@ -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);

View file

@ -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")) {

View file

@ -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")) {

View file

@ -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);
*