< prev index next >

test/com/sun/jdi/connect/spi/DebugUsingCustomConnector.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

@@ -22,14 +22,14 @@
  */
 
 /* @test
  * @bug 4287596
  * @summary Unit test for "Pluggable Connectors and Transports" feature.
- *
  * This tests launches a debuggee using a custom LaunchingConnector.
  *
  * @modules jdk.jdi/com.sun.tools.jdi
+ *
  * @build DebugUsingCustomConnector SimpleLaunchingConnector Foo NullTransportService
  * @run main/othervm DebugUsingCustomConnector
  */
 import com.sun.jdi.*;
 import com.sun.jdi.connect.*;
< prev index next >