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
2016-01-15 17:28:00 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
67f92819e3561cbfc81a8e507385b11829bfab0c
67f92819
1 parent
8f2b7774
Remove obsolete comments
Change-Id: I62fa18795f2f75a55609157c09866989ad9f22da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 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 @
67f9281
...
...
@@ -275,13 +275,6 @@ public class IntentManager
}
}
}
//FIXME
// for (ApplicationId appId : batches.keySet()) {
// if (batchService.isLocalLeader(appId)) {
// execute(batches.get(appId).build());
// }
// }
}
// Topology change delegate
...
...
@@ -341,8 +334,6 @@ public class IntentManager
// the batch has failed
// TODO: maybe we should do more?
log
.
error
(
"Walk the plank, matey..."
);
//FIXME
// batchService.removeIntentOperations(data);
return
null
;
}).
thenRun
(
accumulator:
:
ready
);
...
...
Please
register
or
login
to post a comment