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

neil_a_wilson
01.18.2007 3e3246e42af6979556dec66ec10ad3d3e009217c
opendj-sdk/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 =