jdk/src/share/classes/javax/sound/midi/MidiSystem.java
changeset 22959 2d9d076cee41
parent 22584 eed64ee05369
child 25131 49006bd0e69d
--- a/jdk/src/share/classes/javax/sound/midi/MidiSystem.java	Wed Feb 12 19:20:43 2014 +0800
+++ b/jdk/src/share/classes/javax/sound/midi/MidiSystem.java	Wed Feb 12 14:07:55 2014 +0000
@@ -1475,7 +1475,7 @@
 
     /**
      * Obtains the set of services currently installed on the system
-     * using sun.misc.Service, the SPI mechanism in 1.3.
+     * using the SPI mechanism in 1.3.
      * @return a List of instances of providers for the requested service.
      * If no providers are available, a List of length 0 will be returned.
      */