< prev index next >

jdk/test/javax/management/remote/mandatory/util/MapNullValuesTest.java

Print this page

        

@@ -29,11 +29,12 @@
  *          i.e. all 'null' values should be removed before creating
  *          the hashtable in order to avoid a NullPointerException.
  *          Check also that null values for keys are not allowed in
  *          the maps passed to the JMXConnector[Server] factories.
  * @author Luis-Miguel Alventosa
- * @modules java.management/com.sun.jmx.remote.util
+ * @modules java.management.rmi
+ *          java.management/com.sun.jmx.remote.util
  * @run clean MapNullValuesTest
  * @run build MapNullValuesTest
  * @run main MapNullValuesTest
  */
 
< prev index next >