summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2020-06-12 15:50:45 +0200
committerGitHub <noreply@github.com>2020-06-12 15:50:45 +0200
commitf6979d980148739185c8745f03ff20406fceb463 (patch)
tree281281a1beb4a2b5c867c749149e11e643769611 /container-core
parentb2ec1bd2e5007fa8b67a21f9a5f1e4c0e6eee4fd (diff)
Fix comment
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/java/com/yahoo/container/handler/LogReader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-core/src/main/java/com/yahoo/container/handler/LogReader.java b/container-core/src/main/java/com/yahoo/container/handler/LogReader.java
index 73147599e86..515ccd549be 100644
--- a/container-core/src/main/java/com/yahoo/container/handler/LogReader.java
+++ b/container-core/src/main/java/com/yahoo/container/handler/LogReader.java
@@ -174,7 +174,7 @@ class LogReader {
Integer.parseInt(matcher.group(3)),
Integer.parseInt(matcher.group(4)),
Integer.parseInt(matcher.group(5)),
- Integer.parseInt(matcher.group(6)) + 1, // timestamp is that of the last entry, with seconds truncated
+ Integer.parseInt(matcher.group(6)) + 1, // timestamp is that of the last entry, truncated to second accuracy
0,
ZoneId.of("UTC"))
.toInstant();