aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api/src
diff options
context:
space:
mode:
Diffstat (limited to 'controller-api/src')
-rw-r--r--controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/LogEntry.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/LogEntry.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/LogEntry.java
index 7424b0409c9..026e9250cef 100644
--- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/LogEntry.java
+++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/LogEntry.java
@@ -26,10 +26,6 @@ public class LogEntry {
this.message = requireNonNull(message);
}
- public static LogEntry of(LogRecord record) {
- return new LogEntry(record.getSequenceNumber(), record.getMillis(), record.getLevel(), record.getMessage());
- }
-
public long id() {
return id;
}