< prev index next >

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

Print this page

        

@@ -39,8 +39,7 @@
      * Set the receiver that this device is
      * auto-connected. If non-null, the device
      * needs to re-connect itself to a suitable
      * device in open().
      */
-    public void setAutoConnect(Receiver autoConnectReceiver);
-
+    void setAutoConnect(Receiver autoConnectReceiver);
 }
< prev index next >