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

neil_a_wilson
01.18.2007 a49dee3f75d6e2548e9114d9495655dd56f06973
opends/src/server/org/opends/server/loggers/RotationConfigUtil.java
@@ -77,7 +77,6 @@
                     getRotationPolicies(ConfigEntry configEntry)
         throws ConfigException
  {
    HashSet<String> allowedValues = new HashSet<String>();
    allowedValues.add("size");
    allowedValues.add("timeofday");
@@ -207,7 +206,6 @@
                     getRetentionPolicies(ConfigEntry configEntry)
         throws ConfigException
  {
    StringConfigAttribute logFileStub =
                  new StringConfigAttribute(ATTR_LOGGER_FILE,
                  getMessage(MSGID_CONFIG_LOGGER_DESCRIPTION_CLASS_NAME),
@@ -343,7 +341,6 @@
                     getPostRotationActions(ConfigEntry configEntry)
         throws ConfigException
  {
    ArrayList<ActionType> actions = new ArrayList<ActionType>();
    StringConfigAttribute rotationActionStub =
@@ -447,7 +444,6 @@
  public static int getIntegerAttribute(ConfigEntry configEntry,
      String attrName, int msgID) throws ConfigException
  {
    int value = -1;
    IntegerConfigAttribute attrStub =