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

Jean-Noel Rouvignac
24.41.2015 e7cac727a9231ff3602e61a4ea678e0463eb0e39
opendj-server-legacy/src/main/java/org/opends/server/config/StringConfigAttribute.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<String> activeValues;
  // The set of pending values for this attribute.
  /** The set of pending values for this attribute. */
  private List<String> pendingValues;