< prev index next >

test/javax/management/modelmbean/RequiredModelMBeanMethodTest.java

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

*** 26,36 **** * @bug 4950756 * @summary Test that RequiredModelMBean.invoke will not invoke methods * from the RequiredModelMBean class itself if they are not in the * ModelMBeanInfo * @author Eamonn McManus ! * @modules java.management * @run clean RequiredModelMBeanMethodTest * @run build RequiredModelMBeanMethodTest * @run main RequiredModelMBeanMethodTest */ --- 26,36 ---- * @bug 4950756 * @summary Test that RequiredModelMBean.invoke will not invoke methods * from the RequiredModelMBean class itself if they are not in the * ModelMBeanInfo * @author Eamonn McManus ! * * @run clean RequiredModelMBeanMethodTest * @run build RequiredModelMBeanMethodTest * @run main RequiredModelMBeanMethodTest */
< prev index next >