< prev index next >

test/sun/tools/jconsole/ResourceCheckTest.java

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

@@ -20,16 +20,17 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 /**
- *
  *  @test
  *  @bug 5008856 5023573 5024917 5062569 7172176
  *  @summary 'missing resource key' error for key = "Operating system"
+ *
  *  @modules jdk.jconsole/sun.tools.jconsole
  *           jdk.jconsole/sun.tools.jconsole.resources:open
+ *
  *  @run main ResourceCheckTest
  */
 
 import java.lang.reflect.Field;
 import java.lang.reflect.Modifier;
< prev index next >