summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/handler/VipStatus.java
diff options
context:
space:
mode:
Diffstat (limited to 'container-core/src/main/java/com/yahoo/container/handler/VipStatus.java')
-rw-r--r--container-core/src/main/java/com/yahoo/container/handler/VipStatus.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/container-core/src/main/java/com/yahoo/container/handler/VipStatus.java b/container-core/src/main/java/com/yahoo/container/handler/VipStatus.java
index ebb56af8853..3b71ffff616 100644
--- a/container-core/src/main/java/com/yahoo/container/handler/VipStatus.java
+++ b/container-core/src/main/java/com/yahoo/container/handler/VipStatus.java
@@ -58,14 +58,14 @@ public class VipStatus {
clustersStatus.setDown(clusterIdentifier);
}
- /** @deprecated Use addToRotation(String) instead */
- @Deprecated
+ /** @deprecated use addToRotation(String) instead */
+ @Deprecated // TODO: Remove on Vespa 8
public void addToRotation(Object clusterIdentifier) {
addToRotation((String) clusterIdentifier);
}
- /** @deprecated Use removeFromRotation(String) instead */
- @Deprecated
+ /** @deprecated use removeFromRotation(String) instead */
+ @Deprecated // TODO: Remove on Vespa 8
public void removeFromRotation(Object clusterIdentifier) {
removeFromRotation((String) clusterIdentifier);
}