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

boli
23.56.2009 6225172ce1aba3545d54830c1a9a965f0bd6c5b7
opends/resource/DynamicConstants.java.stubs
@@ -157,12 +157,6 @@
      "${ADMINISTRATION_GUIDE_URL}";
  /**
   * Indicates wheater this build includes AspectJ weaving for the debug logging
   * framework.
   */
  public static boolean WEAVE_ENABLED = ${WEAVE_ENABLED};
  /**
   * A string representation of the version number.
   */
  public static String VERSION_NUMBER_STRING =
@@ -296,10 +290,6 @@
        }
        catch(Exception ex) {}
        try{
         WEAVE_ENABLED = (Boolean)c.getField("WEAVE_ENABLED").get(obj);
        }
        catch (Exception ex) {}
        try{
         VERSION_NUMBER_STRING =
                 (String)c.getField("VERSION_NUMBER_STRING").get(obj);
        }