summaryrefslogtreecommitdiffstats
path: root/yolean/src/main/java/com/yahoo/yolean/chain/Dependencies.java
diff options
context:
space:
mode:
Diffstat (limited to 'yolean/src/main/java/com/yahoo/yolean/chain/Dependencies.java')
-rw-r--r--yolean/src/main/java/com/yahoo/yolean/chain/Dependencies.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/yolean/src/main/java/com/yahoo/yolean/chain/Dependencies.java b/yolean/src/main/java/com/yahoo/yolean/chain/Dependencies.java
index 7c2cab5ece0..57f74190aff 100644
--- a/yolean/src/main/java/com/yahoo/yolean/chain/Dependencies.java
+++ b/yolean/src/main/java/com/yahoo/yolean/chain/Dependencies.java
@@ -14,7 +14,7 @@ import java.util.List;
* @author gjoranv
* @deprecated Will be removed in Vespa 8 with no replacement.
*/
-@Deprecated(forRemoval = true, since = "7")
+@Deprecated
public class Dependencies<T> {
final Order<T> before;