NIHVIVO-2508 Change template properties to methods so not pre-computed.

This commit is contained in:
ryounes 2011-08-05 21:30:36 +00:00
parent eabbe027e4
commit ddd6469a3a
10 changed files with 53 additions and 25 deletions

View file

@ -81,8 +81,8 @@ public abstract class BaseDumpDirective implements TemplateDirectiveModel {
}
enum Value {
NULL("[null]"),
UNDEFINED("[undefined]");
NULL("<null>"),
UNDEFINED("<undefined>");
private final String value;