Ignore:
Timestamp:
2017-09-13T16:30:27+02:00 (7 years ago)
Author:
bastiK
Message:

see #15229 - fix deprecations caused by [12840]

File:
1 edited

Legend:

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

    r12805 r12841  
    161161        }
    162162        proxyExceptions = new HashSet<>(
    163             Main.pref.getCollection(PROXY_EXCEPTIONS,
     163            Main.pref.getList(PROXY_EXCEPTIONS,
    164164                    Arrays.asList("localhost", IPV4_LOOPBACK, IPV6_LOOPBACK))
    165165        );
Note: See TracChangeset for help on using the changeset viewer.