From 6638c2755466ca601450700d5a39f390f23d4781 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 23 Mar 2015 14:44:05 +0000
Subject: [PATCH] AutoRefactored javadocs

---
 opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java |   16 ++++------------
 1 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java
index 016c743..09cf144 100644
--- a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java
+++ b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java
@@ -153,21 +153,13 @@
   /**
    * Error types
    */
-  /**
-   * No error happened.
-   */
+  /** No error happened. */
   int ERROR_NONE          = 0;
-  /**
-   * And error reading the entry occurred.
-   */
+  /** And error reading the entry occurred. */
   int ERROR_READING_ENTRY     = 1;
-  /**
-   * An error following referrals occurred.
-   */
+  /** An error following referrals occurred. */
   int ERROR_SOLVING_REFERRAL    = 2;
-  /**
-   * An error occurred searching the children of the entry.
-   */
+  /** An error occurred searching the children of the entry. */
   int ERROR_SEARCHING_CHILDREN  = 3;
 
 }

--
Gitblit v1.10.0