ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/ProxySettings/src/net/oni2/ProxySettings.java
(Generate patch)

Comparing java/ProxySettings/src/net/oni2/ProxySettings.java (file contents):
Revision 861 by alloc, Fri May 3 14:13:54 2013 UTC vs.
Revision 862 by alloc, Thu May 9 09:37:04 2013 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)