< prev index next >

src/jdk.jdi/share/classes/com/sun/tools/jdi/VirtualMachineManagerService.java

Print this page

        

@@ -35,11 +35,10 @@
  */
 public interface VirtualMachineManagerService extends VirtualMachineManager {
     /**
      * Replaces the default connector.
      *
-     * @return the default {@link LaunchingConnector}
      * @throws java.lang.IllegalArgumentException if the given
      * connector is not a member of the list returned by
      * {@link #launchingConnectors}
      *
      * @param connector the new default connector
< prev index next >