summaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
authortoby <smorgrav@yahoo-inc.com>2020-02-12 12:48:56 +0100
committertoby <smorgrav@yahoo-inc.com>2020-02-12 12:48:56 +0100
commit11be650b434e3cd054acaee98f9917e887b2f146 (patch)
treea21bb13a5e0770a3045a7d93f47033901377517a /controller-api
parentd5bb58ac36d629e208b5234c56053f970bdcc384 (diff)
Missing bracking in javadoc
Diffstat (limited to 'controller-api')
-rw-r--r--controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/role/Role.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/role/Role.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/role/Role.java
index d852e55d7fd..263e3284dbd 100644
--- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/role/Role.java
+++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/role/Role.java
@@ -28,7 +28,7 @@ public abstract class Role {
return new UnboundRole(RoleDefinition.hostedOperator);
}
- /** Returns a {@link RoleDefinition#hostedSupporter for the current system. */
+ /** Returns a {@link RoleDefinition#hostedSupporter} for the current system. */
public static UnboundRole hostedSupporter() {
return new UnboundRole(RoleDefinition.hostedSupporter);
}