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
Madan Jampani
2016-06-17 11:46:46 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
60a21e166921f4e145a48098539ce7214856ca35
60a21e16
1 parent
90918d6d
Remove unused local var
Change-Id: Ied95e75aaecd7f2fc278034c7987fe263ef20e22
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
core/net/src/main/java/org/onosproject/app/impl/ApplicationManager.java
core/net/src/main/java/org/onosproject/app/impl/ApplicationManager.java
View file @
60a21e1
...
...
@@ -160,7 +160,6 @@ public class ApplicationManager
@Override
public
void
uninstall
(
ApplicationId
appId
)
{
checkNotNull
(
appId
,
APP_ID_NULL
);
CountDownLatch
latch
=
new
CountDownLatch
(
1
);
updateStoreAndWaitForNotificationHandling
(
appId
,
store:
:
remove
);
}
...
...
Please
register
or
login
to post a comment