Ignore:
Timestamp:
2015-10-09T02:12:45+02:00 (9 years ago)
Author:
Don-vip
Message:

sonar - squid:S3052 - Fields should not be initialized to default values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/DefaultProxySelector.java

    r8510 r8840  
    4141     * We therefore read the property at class loading time and remember it's value.
    4242     */
    43     private static boolean JVM_WILL_USE_SYSTEM_PROXIES = false;
     43    private static boolean JVM_WILL_USE_SYSTEM_PROXIES;
    4444    static {
    4545        String v = System.getProperty("java.net.useSystemProxies");
Note: See TracChangeset for help on using the changeset viewer.