From 8d21db36015f8560d9cd2bcee9817f2c0a07a386 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 14:11:47 +0000
Subject: [PATCH] Autorefactored javadocs

---
 opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/Branch.java |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/Branch.java b/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/Branch.java
index 3950c53..678fd88 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/Branch.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/Branch.java
@@ -48,23 +48,25 @@
  */
 public class Branch
 {
-  // The DN for this branch entry.
+  /** The DN for this branch entry. */
   private DN branchDN;
 
-  // The number of entries that should be created below this branch for each
-  // subordinate template.
+  /**
+   * The number of entries that should be created below this branch for each
+   * subordinate template.
+   */
   private int[] numEntriesPerTemplate;
 
-  // The names of the subordinate templates for this branch.
+  /** The names of the subordinate templates for this branch. */
   private String[] subordinateTemplateNames;
 
-  // The set of subordinate templates for this branch.
+  /** The set of subordinate templates for this branch. */
   private Template[] subordinateTemplates;
 
-  // The set of template lines that correspond to the RDN components.
+  /** The set of template lines that correspond to the RDN components. */
   private TemplateLine[] rdnLines;
 
-  // The set of extra lines that should be included in this branch entry.
+  /** The set of extra lines that should be included in this branch entry. */
   private TemplateLine[] extraLines;
 
 

--
Gitblit v1.10.0