summaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
authortoby <smorgrav@yahoo-inc.com>2017-09-26 12:22:04 +0200
committertoby <smorgrav@yahoo-inc.com>2017-10-10 13:37:59 +0200
commitc91d75ffcd6fbc9bb55d28f8e6868d82c4080df7 (patch)
tree8dc2b0d20de12f6547a44c0261abb9f969a4b6a9 /controller-api
parent0c3bc4c3e2c54c32fab58ff7cd1007b0c0f07cbc (diff)
Fix comment
Diffstat (limited to 'controller-api')
-rw-r--r--controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/cost/CostResources.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/cost/CostResources.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/cost/CostResources.java
index 9d75bc1bdc2..bb5887ebc99 100644
--- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/cost/CostResources.java
+++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/cost/CostResources.java
@@ -1,7 +1,7 @@
package com.yahoo.vespa.hosted.controller.api.integration.cost;// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
- * Value object for system resources as _ratios_ of available resources.
+ * System resources as _ratios_ of available resources.
*
* Can be for actual readings or target numbers.
*