Moved date/time formatters to utils class
This commit is contained in:
parent
05c1bd3f2a
commit
5ea5727a4a
15 changed files with 66 additions and 48 deletions
|
@ -45,7 +45,7 @@ public class Abbreviate implements ValueRenderer {
|
|||
@Override
|
||||
public String render(Template template, String valueId, String differentiator) {
|
||||
var mark = "...";
|
||||
var max = 0;
|
||||
var max = -1;
|
||||
if (template.hasDefaultValue(valueId)) {
|
||||
var properties = new Properties();
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue