summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValerij Fredriksen <freva@users.noreply.github.com>2022-05-23 19:07:08 +0200
committerGitHub <noreply@github.com>2022-05-23 19:07:08 +0200
commitf28da067c8c935f0e7e4338cbb640cafb50c75ec (patch)
treeceeab2aac4b105da908375bc5362cd447e3c09fe
parente97e197e7b98db23b1742b5ee5b4f887c745d231 (diff)
Rename field to unique name
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/persistence/RunSerializer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/persistence/RunSerializer.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/persistence/RunSerializer.java
index 4c822ba79d0..fa082db2f75 100644
--- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/persistence/RunSerializer.java
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/persistence/RunSerializer.java
@@ -91,7 +91,7 @@ class RunSerializer {
private static final String sourceField = "source";
private static final String lastTestRecordField = "lastTestRecord";
private static final String lastVespaLogTimestampField = "lastVespaLogTimestamp";
- private static final String lastTesterLogTimestampField = "lastVespaLogTimestamp";
+ private static final String lastTesterLogTimestampField = "lastTesterLogTimestamp";
private static final String noNodesDownSinceField = "noNodesDownSince";
private static final String convergenceSummaryField = "convergenceSummaryV2";
private static final String testerCertificateField = "testerCertificate";