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

jcduff
23.04.2008 f73b655466092169abac34833fb628fce1fcdebe
opends/src/server/org/opends/server/tools/makeldif/Branch.java
@@ -65,9 +65,6 @@
  // The set of subordinate templates for this branch.
  private Template[] subordinateTemplates;
  // The template file in which this branch appears.
  private TemplateFile templateFile;
  // The set of template lines that correspond to the RDN components.
  private TemplateLine[] rdnLines;
@@ -109,7 +106,6 @@
                String[] subordinateTemplateNames, int[] numEntriesPerTemplate,
                TemplateLine[] extraLines)
  {
    this.templateFile             = templateFile;
    this.branchDN                 = branchDN;
    this.subordinateTemplateNames = subordinateTemplateNames;
    this.numEntriesPerTemplate    = numEntriesPerTemplate;
@@ -150,7 +146,7 @@
    {
      for (Attribute a : attrList)
      {
        for (AttributeValue v : a.getValues())
        for (AttributeValue v : a)
        {
          try
          {
@@ -174,7 +170,7 @@
    {
      for (Attribute a : attrList)
      {
        for (AttributeValue v : a.getValues())
        for (AttributeValue v : a)
        {
          try
          {