NIHVIVO-1562 Rename dump template.
This commit is contained in:
parent
8c7900f239
commit
9aa6c17dd9
2 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue