summaryrefslogtreecommitdiffstats
path: root/node-maintainer
diff options
context:
space:
mode:
authorsindre <sindre.grostad@icloud.com>2017-08-08 12:34:48 +0200
committerOla Aunrønning <olaa@yahoo-inc.com>2017-08-15 12:29:34 +0200
commit95a68094566a56d0bbb69213aa083121548c73c3 (patch)
tree9af08759f200f8175bbf566aa2f1adc6523e2de6 /node-maintainer
parent978825570e3a59c274268cbb545caab2b9fbddfc (diff)
Readme to spec
Diffstat (limited to 'node-maintainer')
-rw-r--r--node-maintainer/src/test/java/com/yahoo/vespa/hosted/node/verification/commons/HostURLGeneratorTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/node-maintainer/src/test/java/com/yahoo/vespa/hosted/node/verification/commons/HostURLGeneratorTest.java b/node-maintainer/src/test/java/com/yahoo/vespa/hosted/node/verification/commons/HostURLGeneratorTest.java
index 7fe7e4997f2..70249f9dac5 100644
--- a/node-maintainer/src/test/java/com/yahoo/vespa/hosted/node/verification/commons/HostURLGeneratorTest.java
+++ b/node-maintainer/src/test/java/com/yahoo/vespa/hosted/node/verification/commons/HostURLGeneratorTest.java
@@ -8,7 +8,6 @@ import org.junit.Test;
import java.io.IOException;
import java.net.URL;
import java.util.ArrayList;
-import java.util.Arrays;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;