opends/src/ads/org/opends/admin/ads/ADSContext.java
@@ -1341,7 +1341,7 @@ { for (ServerGroupProperty prop : ServerGroupProperty.values()) { Attribute attr = (Attribute) attrs.get(prop.getAttributeName()); Attribute attr = attrs.get(prop.getAttributeName()); if (attr == null) { continue ; opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java
@@ -389,7 +389,7 @@ LOG.log(Level.INFO, "ignoring attribute that already exists: " + modListToString(op.getModifications())); } else if (rc.equals(ResultCode.NO_SUCH_ATTRIBUTE)) { // This canĀ·happen if for instance the old configuration was // This can happen if for instance the old configuration was // changed so that the value of an attribute matches the default // value of the attribute in the new configuration. // Just log it and move on.