< prev index next >

src/java.desktop/share/classes/com/sun/media/sound/JDK13Services.java

Print this page

        

@@ -134,11 +134,10 @@
             }
         }
         return value;
     }
 
-
     /** Obtain the instance name part of a default provider property.
         @param typeClass The type of the default provider property. This
         should be one of Receiver.class, Transmitter.class, Sequencer.class,
         Synthesizer.class, SourceDataLine.class, TargetDataLine.class,
         Clip.class or Port.class.

@@ -156,11 +155,10 @@
             }
         }
         return value;
     }
 
-
     /** Obtain the value of a default provider property.
         @param typeClass The type of the default provider property. This
         should be one of Receiver.class, Transmitter.class, Sequencer.class,
         Synthesizer.class, SourceDataLine.class, TargetDataLine.class,
         Clip.class or Port.class.

@@ -188,11 +186,10 @@
             value = null;
         }
         return value;
     }
 
-
     /** Obtain a properties bundle containing property values from the
         properties file. If the properties file could not be loaded,
         the properties bundle is empty.
     */
     private static synchronized Properties getProperties() {
< prev index next >