NIHVIVO-2508 Change template properties to methods so not pre-computed.
This commit is contained in:
parent
eabbe027e4
commit
ddd6469a3a
10 changed files with 53 additions and 25 deletions
|
@ -81,8 +81,8 @@ public abstract class BaseDumpDirective implements TemplateDirectiveModel {
|
|||
}
|
||||
|
||||
enum Value {
|
||||
NULL("[null]"),
|
||||
UNDEFINED("[undefined]");
|
||||
NULL("<null>"),
|
||||
UNDEFINED("<undefined>");
|
||||
|
||||
private final String value;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue