jdk/src/share/classes/javax/imageio/spi/ServiceRegistry.java
changeset 22959 2d9d076cee41
parent 19168 ff364494f2b8
child 23010 6dadb192ad81
child 23313 f100f0d49e0b
--- a/jdk/src/share/classes/javax/imageio/spi/ServiceRegistry.java	Wed Feb 12 19:20:43 2014 +0800
+++ b/jdk/src/share/classes/javax/imageio/spi/ServiceRegistry.java	Wed Feb 12 14:07:55 2014 +0000
@@ -123,15 +123,6 @@
         }
     }
 
-    // The following two methods expose functionality from
-    // sun.misc.Service.  If that class is made public, they may be
-    // removed.
-    //
-    // The sun.misc.ServiceConfigurationError class may also be
-    // exposed, in which case the references to 'an
-    // <code>Error</code>' below should be changed to 'a
-    // <code>ServiceConfigurationError</code>'.
-
     /**
      * Searches for implementations of a particular service class
      * using the given class loader.