src/share/classes/javax/sound/midi/MidiSystem.java

Print this page

        

*** 1473,1483 **** } /** * Obtains the set of services currently installed on the system ! * using sun.misc.Service, 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. */ private static List getProviders(Class providerClass) { return JDK13Services.getProviders(providerClass); --- 1473,1483 ---- } /** * Obtains the set of services currently installed on the system ! * 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. */ private static List getProviders(Class providerClass) { return JDK13Services.getProviders(providerClass);