Changeset 2822 in josm for trunk/src/org/openstreetmap/josm/io/DefaultProxySelector.java
- Timestamp:
- 2010-01-12T07:16:18+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/DefaultProxySelector.java
r2801 r2822 150 150 case USE_SYSTEM_SETTINGS: 151 151 if (!JVM_WILL_USE_SYSTEM_PROXIES) { 152 System.err.println(tr("Warning: the JVM is not configured to lookup proxies from the system settings. The property ' 'java.net.useSystemProxies'' was missing at startup time. Won't use a proxy."));152 System.err.println(tr("Warning: the JVM is not configured to lookup proxies from the system settings. The property 'java.net.useSystemProxies' was missing at startup time. Won't use a proxy.")); 153 153 return Collections.singletonList(Proxy.NO_PROXY); 154 154 }
Note:
See TracChangeset
for help on using the changeset viewer.
