summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-10-22 18:18:15 +0200
committerJon Bratseth <bratseth@oath.com>2018-10-22 18:18:15 +0200
commite678ffc025674df331f478064542db22fd7e4dd5 (patch)
tree728595e9afd6daf6f709697c7831bd6ec7207bb4 /controller-server
parent5fe876a6ec1d08657f4258ed0836754c1b797d0e (diff)
Remove orhphan comment
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/ApplicationList.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/ApplicationList.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/ApplicationList.java
index af60e9fcc99..e46df3c5a4a 100644
--- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/ApplicationList.java
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/ApplicationList.java
@@ -168,8 +168,6 @@ public class ApplicationList {
a.deploymentSpec().majorVersion().get().equals(majorVersion)));
}
- /** Returns the subset of application
-
/** Returns the first n application in this (or all, if there are less than n). */
public ApplicationList first(int n) {
if (list.size() < n) return this;