aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2021-08-26 08:22:37 +0200
committerArnstein Ressem <aressem@verizonmedia.com>2021-08-26 08:22:37 +0200
commitae4cf0c7231f04ea9b0a3b93f8739fbec591163f (patch)
treeec29e21e8863c816d786d7f68c53061133293dca /node-repository
parentec5fe5c67b98311e1b7bb9c0eda20750564eb54a (diff)
Fix javadoc syntax.
Diffstat (limited to 'node-repository')
-rw-r--r--node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/HostCapacity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/HostCapacity.java b/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/HostCapacity.java
index 9109f9fcf72..59c942f3298 100644
--- a/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/HostCapacity.java
+++ b/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/HostCapacity.java
@@ -94,7 +94,7 @@ public class HostCapacity {
/**
* Calculate the unused capacity of given host.
*
- * Note that unlike {@link this#availableCapacityOf(Node)}, this only considers resources and returns any unused
+ * Note that unlike {@link #availableCapacityOf(Node)}, this only considers resources and returns any unused
* capacity even if the host does not have available IP addresses.
*
* @param host the host to find free capacity of