jdk/src/share/classes/javax/imageio/spi/ServiceRegistry.java
changeset 22959 2d9d076cee41
parent 19168 ff364494f2b8
child 23010 6dadb192ad81
child 23313 f100f0d49e0b
equal deleted inserted replaced
22958:273ddc5c37f3 22959:2d9d076cee41
   121             SubRegistry reg = new SubRegistry(this, category);
   121             SubRegistry reg = new SubRegistry(this, category);
   122             categoryMap.put(category, reg);
   122             categoryMap.put(category, reg);
   123         }
   123         }
   124     }
   124     }
   125 
   125 
   126     // The following two methods expose functionality from
       
   127     // sun.misc.Service.  If that class is made public, they may be
       
   128     // removed.
       
   129     //
       
   130     // The sun.misc.ServiceConfigurationError class may also be
       
   131     // exposed, in which case the references to 'an
       
   132     // <code>Error</code>' below should be changed to 'a
       
   133     // <code>ServiceConfigurationError</code>'.
       
   134 
       
   135     /**
   126     /**
   136      * Searches for implementations of a particular service class
   127      * Searches for implementations of a particular service class
   137      * using the given class loader.
   128      * using the given class loader.
   138      *
   129      *
   139      * <p> This method transforms the name of the given service class
   130      * <p> This method transforms the name of the given service class