< prev index next >

test/javax/management/remote/mandatory/connection/CloseableTest.java

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

@@ -26,11 +26,11 @@
  * @bug 6231888
  * @summary Test that all the JMX Remote API classes that define
  *          the method "void close() throws IOException;" extend
  *          or implement the java.io.Closeable interface.
  * @author Luis-Miguel Alventosa
- * @modules java.management.rmi
+ *
  * @run clean CloseableTest
  * @run build CloseableTest
  * @run main CloseableTest
  */
 
< prev index next >