Ignore:
Timestamp:
2016-03-27T19:26:23+02:00 (10 years ago)
Author:
Don-vip
Message:

see #11924 - remove deprecated code, reduce double precision in unit tests to avoid tiny differences with JDK9

File:
1 edited

Legend:

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

    r9078 r10060  
    173173        // Critical: only allow TLS ("serverAuth" = 1.3.6.1.5.5.7.3.1)
    174174        ext.set(ExtendedKeyUsageExtension.NAME, new ExtendedKeyUsageExtension(Boolean.TRUE,
    175                 new Vector<ObjectIdentifier>(Arrays.asList(new ObjectIdentifier("1.3.6.1.5.5.7.3.1")))));
     175                new Vector<>(Arrays.asList(new ObjectIdentifier("1.3.6.1.5.5.7.3.1")))));
    176176
    177177        if (san != null) {
Note: See TracChangeset for help on using the changeset viewer.