mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
24.11.2015 8d21db36015f8560d9cd2bcee9817f2c0a07a386
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;