jdk/src/share/classes/javax/sound/sampled/AudioSystem.java
changeset 22959 2d9d076cee41
parent 22584 eed64ee05369
child 25128 2dfdfa369071
equal deleted inserted replaced
22958:273ddc5c37f3 22959:2d9d076cee41
  1620     }
  1620     }
  1621 
  1621 
  1622 
  1622 
  1623     /**
  1623     /**
  1624      * Obtains the set of services currently installed on the system
  1624      * Obtains the set of services currently installed on the system
  1625      * using sun.misc.Service, the SPI mechanism in 1.3.
  1625      * using the SPI mechanism in 1.3.
  1626      * @return a List of instances of providers for the requested service.
  1626      * @return a List of instances of providers for the requested service.
  1627      * If no providers are available, a vector of length 0 will be returned.
  1627      * If no providers are available, a vector of length 0 will be returned.
  1628      */
  1628      */
  1629     private static List getProviders(Class providerClass) {
  1629     private static List getProviders(Class providerClass) {
  1630         return JDK13Services.getProviders(providerClass);
  1630         return JDK13Services.getProviders(providerClass);