renamed variable timestamp to time.millis

This commit is contained in:
Rainer Burgstaller
2017-12-11 18:26:26 +01:00
parent 800f5ec2aa
commit 58fb085180
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import org.slf4j.LoggerFactory;
public class TimeDecode {
private static final Logger log = LoggerFactory.getLogger(TimeDecode.class);
private static final String TIME_FORMAT = "${time.format(";
private static final String TIMESTAMP = "${timestamp}";
private static final String TIMESTAMP = "${time.millis}";
private static final String TIME_FORMAT_CLOSE = ")}";
/*