From e7cac727a9231ff3602e61a4ea678e0463eb0e39 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 09:41:42 +0000
Subject: [PATCH] Autorefactored javadocs
---
opendj-server-legacy/src/main/java/org/opends/server/admin/client/OperationRejectedException.java | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/admin/client/OperationRejectedException.java b/opendj-server-legacy/src/main/java/org/opends/server/admin/client/OperationRejectedException.java
index 75ecb2d..b1de19e 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/admin/client/OperationRejectedException.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/admin/client/OperationRejectedException.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.client;
@@ -83,7 +83,7 @@
- // Gets the default message.
+ /** Gets the default message. */
private static LocalizableMessage getDefaultMessage(Collection<LocalizableMessage> messages) {
Reject.ifNull(messages);
Reject.ifFalse(!messages.isEmpty());
@@ -99,7 +99,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();
@@ -119,14 +119,13 @@
}
}
- // The messages describing the constraint violations that occurred.
+ /** The messages describing the constraint violations that occurred. */
private final Collection<LocalizableMessage> messages;
- // The type of operation that caused this exception.
+ /** The type of operation that caused this exception. */
private final OperationType type;
- // The user friendly name of the component that caused this
- // exception.
+ /** The user friendly name of the component that caused this exception. */
private final LocalizableMessage ufn;
--
Gitblit v1.10.0