Ignore:
Timestamp:
2017-11-28T00:56:29+01:00 (6 years ago)
Author:
Don-vip
Message:

see #15310 - remove most of deprecated APIs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java

    r12925 r13173  
    717717
    718718    /**
    719      * Method to get the (now obsolete) class loader for loading plugin code.
    720      *
    721      * @return the class loader
    722      * @deprecated There is no longer a unified plugin class loader. Use {@link PluginProxy#classLoader}
    723      * to get the class loader for each plugin. Or <code>PluginClass.class.getClassLoader()</code>
    724      * to access the class loader from within the plugin.
    725      */
    726     @Deprecated
    727     public static synchronized DynamicURLClassLoader getPluginClassLoader() {
    728         return getJoinedPluginResourceCL();
    729     }
    730 
    731     /**
    732719     * Get class loader to locate resources from plugins.
    733720     *
Note: See TracChangeset for help on using the changeset viewer.