summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2019-04-25 10:50:23 +0200
committerMartin Polden <mpolden@mpolden.no>2019-04-25 10:51:18 +0200
commitc7854d34c989bd028531bfa1356c880c6988dc11 (patch)
tree286e7917569414e77edc7717f30367e872086cd7 /controller-server
parentb7e9a5e1db8e37051b2a5dfb4d66abf4e86dcb5c (diff)
Update javadoc
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/SystemApplication.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/SystemApplication.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/SystemApplication.java
index 66124cf6b7e..708133d2a07 100644
--- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/SystemApplication.java
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/SystemApplication.java
@@ -13,7 +13,8 @@ import java.util.Set;
import java.util.stream.Collectors;
/**
- * This represents a system-level application in hosted Vespa. E.g. the zone-application.
+ * This represents a system-level application in hosted Vespa. All infrastructure nodes in a hosted Vespa zones are
+ * allocated to a system application.
*
* @author mpolden
*/