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

neil_a_wilson
13.46.2006 52ea6062bb80ef8d885fca49b4dfb7d985496102
opends/src/server/org/opends/server/tools/makeldif/TemplateFile.java
@@ -947,7 +947,7 @@
        String[] templateLines = new String[lineList.size()];
        lineList.toArray(templateLines);
        Template t = parseTemplateDefinition(templateLines, lineNumber,
        Template t = parseTemplateDefinition(templateLines, startLineNumber,
                                             templateFileIncludeTags,
                                             templateFileConstants, warnings);
        String lowerName = toLowerCase(t.getName());