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 855 by alloc, Fri May 3 12:25:21 2013 UTC vs.
Revision 856 by alloc, Fri May 3 14:13:54 2013 UTC

# Line 68 | Line 68 | public class ProxySettings implements Se
68                                          validatedOk = true;
69                                          return true;
70                                  } catch (MalformedURLException e) {
71                                        e.printStackTrace();
71                                  } catch (SocketTimeoutException e) {
73                                        e.printStackTrace();
72                                  } catch (IOException e) {
75                                        e.printStackTrace();
73                                  }
74                          }
75                          validatedOk = false;

Diff Legend

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