mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

ctissot
26.29.2008 e9d905d7ace118d7cb978966c93811bb050c8430
opends/resource/Messages.java.stub
@@ -44,7 +44,7 @@
public final class ${CLASS_NAME} {
  /** Base property for resource bundle containing messages */
  private static final String BASE = "${BASE}";
  private static final String BASE = "messages/${BASE}";
  private static ClassLoader webstartClassLoader;
@@ -96,7 +96,7 @@
    }
    else
    {
      cl = null;
      cl = ${CLASS_NAME}.class.getClassLoader();
    }
    return cl;
  }