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.java1
1 files changed, 1 insertions, 0 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 0932a847889..fca0bac753d 100644
--- a/yolean/src/main/java/com/yahoo/yolean/chain/Dependencies.java
+++ b/yolean/src/main/java/com/yahoo/yolean/chain/Dependencies.java
@@ -182,4 +182,5 @@ public class Dependencies<T> {
return new Order<>((U[])null, null, null);
}
}
+
}