opendj-server-legacy/src/main/java/org/opends/server/config/DNConfigAttribute.java
@@ -59,10 +59,10 @@ { private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass(); // The set of active values for this attribute. /** The set of active values for this attribute. */ private List<DN> activeValues; // The set of pending values for this attribute. /** The set of pending values for this attribute. */ private List<DN> pendingValues;