< prev index next >

test/javax/management/modelmbean/RequiredModelMBeanGetAttributeTest.java

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

*** 34,44 **** * type (such as java.lang.Integer); * - the name of the value's class is identical to the declared name; * - the declared name can be loaded by the value's class loader and * produces a class to which the value can be assigned. * @author Luis-Miguel Alventosa ! * @modules java.management * @run clean RequiredModelMBeanGetAttributeTest * @run build RequiredModelMBeanGetAttributeTest * @run main RequiredModelMBeanGetAttributeTest */ --- 34,44 ---- * type (such as java.lang.Integer); * - the name of the value's class is identical to the declared name; * - the declared name can be loaded by the value's class loader and * produces a class to which the value can be assigned. * @author Luis-Miguel Alventosa ! * * @run clean RequiredModelMBeanGetAttributeTest * @run build RequiredModelMBeanGetAttributeTest * @run main RequiredModelMBeanGetAttributeTest */
< prev index next >