From 93dc3520b26d74dadbdad265182d9beaa9145dc4 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 19 Apr 2016 13:16:38 +0000
Subject: [PATCH] opendj-config: added @Override + Autorefactor'ed comments

---
 opendj-config/src/main/java/org/forgerock/opendj/config/DefinitionDecodingException.java |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/opendj-config/src/main/java/org/forgerock/opendj/config/DefinitionDecodingException.java b/opendj-config/src/main/java/org/forgerock/opendj/config/DefinitionDecodingException.java
index 28f3ffa..c132d4d 100644
--- a/opendj-config/src/main/java/org/forgerock/opendj/config/DefinitionDecodingException.java
+++ b/opendj-config/src/main/java/org/forgerock/opendj/config/DefinitionDecodingException.java
@@ -21,15 +21,10 @@
 
 import org.forgerock.i18n.LocalizableMessage;
 
-/**
- * The requested managed object was found but its type could not be determined.
- */
+/** The requested managed object was found but its type could not be determined. */
 public class DefinitionDecodingException extends DecodingException {
 
-    /**
-     * An enumeration defining the reasons why the definition could not be
-     * resolved.
-     */
+    /** An enumeration defining the reasons why the definition could not be resolved. */
     public static enum Reason {
         /**
          * The managed object could be found but its type resolved to an
@@ -51,9 +46,7 @@
 
     }
 
-    /**
-     * Version ID required by serializable classes.
-     */
+    /** Version ID required by serializable classes. */
     private static final long serialVersionUID = 3459033551415663416L;
 
     /** Create the message. */

--
Gitblit v1.10.0