src/share/classes/javax/sound/sampled/AudioSystem.java

Print this page

        

*** 1620,1630 **** } /** * 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 vector of length 0 will be returned. */ private static List getProviders(Class providerClass) { return JDK13Services.getProviders(providerClass); --- 1620,1630 ---- } /** * 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 vector of length 0 will be returned. */ private static List getProviders(Class providerClass) { return JDK13Services.getProviders(providerClass);