Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Sho SHIMIZU
2015-01-31 23:07:55 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1a433d206c60902887960800e6bfa5dde9576de0
1a433d20
1 parent
b1224ab2
Remove comment that is obsolete
Change-Id: I93a419f4d75ff85dd148822fda3e50055ec99150
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
core/net/src/main/java/org/onosproject/net/intent/impl/IntentManager.java
core/net/src/main/java/org/onosproject/net/intent/impl/IntentManager.java
View file @
1a433d2
...
...
@@ -649,7 +649,6 @@ public class IntentManager
@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
)
{
...
...
Please
register
or
login
to post a comment