< prev index next >

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

Print this page

        

*** 39,46 **** * 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); ! } --- 39,45 ---- * 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(). */ ! void setAutoConnect(Receiver autoConnectReceiver); }
< prev index next >