commit | 1a433d206c60902887960800e6bfa5dde9576de0 | [log] [tgz] |
---|---|---|
author | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Sat Jan 31 23:07:55 2015 -0800 |
committer | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Sat Jan 31 23:07:55 2015 -0800 |
tree | 78a19a1e5357f5e06f38597a81ea4c273bffa71d | |
parent | b1224ab24f23de4d2f342ebfeb3acf4c7c615246 [diff] |
Remove comment that is obsolete Change-Id: I93a419f4d75ff85dd148822fda3e50055ec99150
diff --git a/core/net/src/main/java/org/onosproject/net/intent/impl/IntentManager.java b/core/net/src/main/java/org/onosproject/net/intent/impl/IntentManager.java index 2d1efee..8b6d8ad 100644 --- a/core/net/src/main/java/org/onosproject/net/intent/impl/IntentManager.java +++ b/core/net/src/main/java/org/onosproject/net/intent/impl/IntentManager.java
@@ -649,7 +649,6 @@ @Override public Optional<IntentUpdate> execute() { Exception exception = null; - // Indicate that the intent is entering the installing phase. List<FlowRuleBatchOperation> batches = Lists.newArrayList(); for (Intent installable : installables) {