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

Jean-Noel Rouvignac
24.41.2015 e7cac727a9231ff3602e61a4ea678e0463eb0e39
opendj-server-legacy/src/main/java/org/opends/server/admin/server/ConstraintViolationException.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 *      Portions Copyright 2014-2015 ForgeRock AS
 */
package org.opends.server.admin.server;
@@ -54,12 +54,12 @@
   */
  private static final long serialVersionUID = -4902443848460011875L;
  // The server managed object.
  /** The server managed object. */
  private final ServerManagedObject<?> managedObject;
  // Gets the default message.
  /** Gets the default message. */
  private static LocalizableMessage getDefaultMessage(Collection<LocalizableMessage> messages) {
    Reject.ifNull(messages);
    Reject.ifFalse(!messages.isEmpty());
@@ -75,7 +75,7 @@
  // Merge the messages into a single message.
  /** Merge the messages into a single message. */
  private static LocalizableMessage getSingleMessage(Collection<LocalizableMessage> messages) {
    if (messages.size() == 1) {
      return messages.iterator().next();
@@ -95,7 +95,7 @@
    }
  }
  // The messages describing the constraint violations that occurred.
  /** The messages describing the constraint violations that occurred. */
  private final Collection<LocalizableMessage> messages;