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/server/ConfigChangeResult.java |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/opendj-config/src/main/java/org/forgerock/opendj/config/server/ConfigChangeResult.java b/opendj-config/src/main/java/org/forgerock/opendj/config/server/ConfigChangeResult.java
index 9dd19c4..e829d03 100644
--- a/opendj-config/src/main/java/org/forgerock/opendj/config/server/ConfigChangeResult.java
+++ b/opendj-config/src/main/java/org/forgerock/opendj/config/server/ConfigChangeResult.java
@@ -40,14 +40,10 @@
      */
     private boolean adminActionRequired;
 
-    /**
-     * The result code to return to the client from this configuration change.
-     */
+    /** The result code to return to the client from this configuration change. */
     private ResultCode resultCode = ResultCode.SUCCESS;
 
-    /**
-     * Creates a new config change result object with the provided information.
-     */
+    /** Creates a new config change result object with the provided information. */
     public ConfigChangeResult() {
         // nothing more to do
     }

--
Gitblit v1.10.0