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

Jean-Noël Rouvignac
25.47.2016 250c9bdd3c13d06682fd9f06f11ff2e426ac353a
opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/TemplateEntry.java
@@ -363,7 +363,7 @@
            continue;
          }
          String attrName = a.getNameWithOptions();
          String attrName = a.getAttributeDescription().toString();
          if (typesOnly)
          {
            StringBuilder attrLine = new StringBuilder(attrName);
@@ -407,7 +407,7 @@
              continue;
            }
            String attrName = a.getNameWithOptions();
            String attrName = a.getAttributeDescription().toString();
            if (typesOnly)
            {
              StringBuilder attrLine = new StringBuilder(attrName);