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

matthew_swift
05.42.2009 22094368c2865dcfb6daf8366425212b721a4657
opends/src/server/org/opends/server/tools/makeldif/Branch.java
@@ -150,7 +150,7 @@
        {
          try
          {
            String[] valueStrings = new String[] { v.getStringValue() };
            String[] valueStrings = new String[] { v.getValue().toString()};
            Tag[] tags = new Tag[1];
            tags[0] = new StaticTextTag();
            tags[0].initializeForBranch(templateFile, this, valueStrings, 0,
@@ -174,7 +174,7 @@
        {
          try
          {
            String[] valueStrings = new String[] { v.getStringValue() };
            String[] valueStrings = new String[] { v.getValue().toString()};
            Tag[] tags = new Tag[1];
            tags[0] = new StaticTextTag();
            tags[0].initializeForBranch(templateFile, this, valueStrings, 0,