NIHVIVO-1562 Rename dump template.

This commit is contained in:
ryounes 2011-04-22 21:24:33 +00:00
parent 8c7900f239
commit 9aa6c17dd9
2 changed files with 1 additions and 1 deletions

View file

@ -50,7 +50,7 @@ public abstract class BaseDumpDirective implements TemplateDirectiveModel {
private static final Log log = LogFactory.getLog(BaseDumpDirective.class);
private static final String TEMPLATE_DEFAULT = "dump1.ftl"; // change to dump.ftl when old dump is removed
private static final String TEMPLATE_DEFAULT = "dump.ftl"; // change to dump.ftl when old dump is removed
private static final Pattern PROPERTY_NAME_PATTERN = Pattern.compile("^(get|is)\\w");
enum Key {