Ignore:
Timestamp:
2018-03-24T18:41:43+01:00 (7 years ago)
Author:
stoecker
Message:

http to https

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java

    r33958 r34097  
    5050        // As the JAI jars are bundled in the geotools plugin, JAI initialization does not work,
    5151        // so we need to perform the tasks described here ("Initialization and automatic loading of registry objects"):
    52         // http://docs.oracle.com/cd/E17802_01/products/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/OperationRegistry.html
     52        // https://docs.oracle.com//cd/E17802_01/products/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/OperationRegistry.html
    5353        OperationRegistry registry = JAI.getDefaultInstance().getOperationRegistry();
    5454        if (registry == null) {
Note: See TracChangeset for help on using the changeset viewer.