OLD | NEW |
---|---|
1 {% macro constant_def(constant) %} | 1 {% macro constant_def(constant) %} |
2 public static final {{constant.kind|java_type}} {{constant|name}} = ({{constant. kind|java_type}}) {{constant.value|expression_to_text}}; | 2 public static final {{constant.kind|java_type}} {{constant|name}} = {{constant|c onstant_value}}; |
3 {% endmacro %} | 3 {% endmacro %} |
OLD | NEW |