opendj-server-legacy/src/main/java/org/opends/server/config/MultiChoiceConfigAttribute.java
@@ -60,13 +60,13 @@ { 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<String> activeValues; // The set of pending values for this attribute. /** The set of pending values for this attribute. */ private List<String> pendingValues; // The set of allowed values for this attribute. /** The set of allowed values for this attribute. */ private Set<String> allowedValues;