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-02-21 09:47:50 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
575a3645174d5ebbadabc7693c219c9ae69cefc2
575a3645
1 parent
b0a47d41
Remove obsolete todo comment
Change-Id: I9ebb573e8c259abd71f2cc90bae20764c10cf620
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/phase/InstallCoordinating.java
core/net/src/main/java/org/onosproject/net/intent/impl/phase/InstallCoordinating.java
View file @
575a364
...
...
@@ -38,7 +38,6 @@ final class InstallCoordinating implements IntentProcessPhase {
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
);
...
...
Please
register
or
login
to post a comment