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/BasicNode.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/BasicNode.java b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/BasicNode.java
index a44e970..c6d0b71 100644
--- a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/BasicNode.java
+++ b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/BasicNode.java
@@ -57,8 +57,10 @@
   private String[] referral;
   private int numSubOrdinates;
 
-  // This is required for the case where there is an undefined number of
-  // subordinates (for instance in the case of the changelog).
+  /**
+   * This is required for the case where there is an undefined number of
+   * subordinates (for instance in the case of the changelog).
+   */
   private boolean hasSubOrdinates;
 
   private String displayName;
@@ -320,9 +322,7 @@
   /**
    * Rendering
    */
-  /**
-   * {@inheritDoc}
-   */
+  /** {@inheritDoc} */
   public String toString() {
     return getDisplayName();
   }

--
Gitblit v1.10.0