commit | 575a3645174d5ebbadabc7693c219c9ae69cefc2 | [log] [tgz] |
---|---|---|
author | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Sat Feb 21 09:47:50 2015 -0800 |
committer | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Sat Feb 21 09:47:50 2015 -0800 |
tree | f820250ac810f55e5286c2ca1afe0e20b77eac36 | |
parent | b0a47d41c843f85fe0e7793f296257672e8c2c2f [diff] |
Remove obsolete todo comment Change-Id: I9ebb573e8c259abd71f2cc90bae20764c10cf620
diff --git a/core/net/src/main/java/org/onosproject/net/intent/impl/phase/InstallCoordinating.java b/core/net/src/main/java/org/onosproject/net/intent/impl/phase/InstallCoordinating.java index ef76888..645fe6c 100644 --- a/core/net/src/main/java/org/onosproject/net/intent/impl/phase/InstallCoordinating.java +++ b/core/net/src/main/java/org/onosproject/net/intent/impl/phase/InstallCoordinating.java
@@ -38,7 +38,6 @@ private final IntentData pending; private final IntentData current; - // TODO: define an interface and use it, instead of IntentManager InstallCoordinating(IntentProcessor processor, IntentData pending, IntentData current) { this.processor = checkNotNull(processor); this.pending = checkNotNull(pending);