NIHVIVO-1381 Updated name of template file to match naming convention throughout app (start with lowercase)
This commit is contained in:
parent
44c4dc9f5b
commit
4c6ae87390
2 changed files with 1 additions and 6 deletions
|
@ -41,7 +41,7 @@ public class DateTimeWithPrecision extends BaseEditElement {
|
|||
|
||||
|
||||
private static final Log log = LogFactory.getLog(DateTimeWithPrecision.class);
|
||||
protected String TEMPATE_NAME = "DateTimeWithPrecision.ftl";
|
||||
protected String TEMPATE_NAME = "dateTimeWithPrecision.ftl";
|
||||
protected static final String vivoCore = "http://vivoweb.org/ontology/core#";
|
||||
protected static final String[] PRECISIONS = {
|
||||
vivoCore+"NoPrecision",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue