summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-02-05 13:35:07 +0100
committerJon Bratseth <bratseth@gmail.com>2021-02-05 13:35:07 +0100
commit75cab86764a0197399f4318ca2dc9ca9a3ae6a03 (patch)
tree046d6b507162205ad4dfbd41ff812512eb88558b
parentb5082d9447124a1dee7214c83cb3ec73a9e5038d (diff)
Remove stale comment
-rw-r--r--node-repository/src/main/java/com/yahoo/vespa/hosted/provision/NodeRepository.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/NodeRepository.java b/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/NodeRepository.java
index 25aec6a1d04..8e14b61db9a 100644
--- a/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/NodeRepository.java
+++ b/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/NodeRepository.java
@@ -570,8 +570,6 @@ public class NodeRepository extends AbstractComponent {
/**
* Set a node dirty or parked, allowed if it is in the provisioned, inactive, failed or parked state.
* Use this to clean newly provisioned nodes or to recycle failed nodes which have been repaired or put on hold.
- *
- * @throws IllegalArgumentException if the node has hardware failure
*/
public Node deallocate(Node node, Agent agent, String reason) {
NestedTransaction transaction = new NestedTransaction();