aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-02-16 18:42:12 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-02-19 17:40:10 +0100
commit3de6d8a5af2a9400b3f47da1fd2372056494504d (patch)
treede7a86f6fc6c129422a69dc54e7a9eafc1d0c5a2 /controller-api
parent5254e4a91f40886364c2929e81f55e1e1200554c (diff)
Non-functional changes
Diffstat (limited to 'controller-api')
-rw-r--r--controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/resource/ResourceSnapshot.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/resource/ResourceSnapshot.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/resource/ResourceSnapshot.java
index d8959abf37b..5c6effced93 100644
--- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/resource/ResourceSnapshot.java
+++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/resource/ResourceSnapshot.java
@@ -13,7 +13,7 @@ import java.util.Set;
import java.util.stream.Collectors;
/**
- * Represents the resources allocated to a deployment at specific point in time.
+ * Represents the resources allocated to a deployment at a specific point in time.
*
* @author olaa
*/