| # | Line 26 | Line 26 | public class ProxySettings implements Se | |
|---|---|---|
| 26 | private static ProxySettings instance = new ProxySettings(); | |
| 27 | ||
| 28 | private boolean useProxy = false; | |
| 29 | < | private String hostOrIp = null; |
| 30 | < | private int port = -1; |
| 29 | > | private String hostOrIp = ""; |
| 30 | > | private int port = 8080; |
| 31 | ||
| 32 | private transient boolean validated = false; | |
| 33 | private transient boolean validatedOk = false; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |