jdk/test/sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.java
changeset 32427 c22b7e41adf3
parent 30376 2ccf2cf7ea48
child 43494 11801b2ff456
equal deleted inserted replaced
32426:f20c72807bfd 32427:c22b7e41adf3
    59         SSLConfigFilePermissionTest test = new SSLConfigFilePermissionTest();
    59         SSLConfigFilePermissionTest test = new SSLConfigFilePermissionTest();
    60 
    60 
    61         test.runTest(args);
    61         test.runTest(args);
    62     }
    62     }
    63 }
    63 }
    64 
       
    65