jdk/test/java/util/logging/bundlesearch/TwiceIndirectlyLoadABundle.java
changeset 32649 2ee9017c7597
parent 17487 77566e5979d1
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
    35  *
    35  *
    36  * @author Jim Gish
    36  * @author Jim Gish
    37  */
    37  */
    38 public class TwiceIndirectlyLoadABundle {
    38 public class TwiceIndirectlyLoadABundle {
    39 
    39 
    40     private final static String rbName = "StackSearchableResource";
    40     private static final String rbName = "StackSearchableResource";
    41 
    41 
    42     public boolean loadAndTest() throws Throwable {
    42     public boolean loadAndTest() throws Throwable {
    43         // Find out where we are running from so we can setup the URLClassLoader URLs
    43         // Find out where we are running from so we can setup the URLClassLoader URLs
    44         // test.src and test.classes will be set if running in jtreg, but probably
    44         // test.src and test.classes will be set if running in jtreg, but probably
    45         // not otherwise
    45         // not otherwise