< prev index next >

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

Print this page

        

*** 26,36 **** * @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 * @run clean CloseableTest * @run build CloseableTest * @run main CloseableTest */ --- 26,36 ---- * @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 >