From 6870993d12bf8a2b9d5cd103dc5ccabc42f9bf5d Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 15 Oct 2014 15:17:11 +0000
Subject: [PATCH] AutoRefactored comments/javadocs on OpenDJ SDK
---
opendj-config/src/main/java/org/forgerock/opendj/config/client/ManagedObjectDecodingException.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-config/src/main/java/org/forgerock/opendj/config/client/ManagedObjectDecodingException.java b/opendj-config/src/main/java/org/forgerock/opendj/config/client/ManagedObjectDecodingException.java
index 39e418d..7f32fc2 100644
--- a/opendj-config/src/main/java/org/forgerock/opendj/config/client/ManagedObjectDecodingException.java
+++ b/opendj-config/src/main/java/org/forgerock/opendj/config/client/ManagedObjectDecodingException.java
@@ -49,7 +49,7 @@
*/
private static final long serialVersionUID = -4268510652395945357L;
- // Create the message.
+ /** Create the message. */
private static LocalizableMessage createMessage(ManagedObject<?> partialManagedObject,
Collection<PropertyException> causes) {
Reject.ifNull(causes);
@@ -75,10 +75,10 @@
}
}
- // The exception(s) that caused this decoding exception.
+ /** The exception(s) that caused this decoding exception. */
private final Collection<PropertyException> causes;
- // The partially created managed object.
+ /** The partially created managed object. */
private final ManagedObject<?> partialManagedObject;
/**
--
Gitblit v1.10.0