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-28 08:50:32 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
968c70d34ab6cba539710bd1e77964324cb6a918
968c70d3
1 parent
db3af897
Remove an unused constant
Change-Id: Ib0c9d6cc5fbe057a27be6fe480d587311bf3d775
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 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 @
968c70d
...
...
@@ -91,8 +91,6 @@ public class IntentManager
private
static
final
EnumSet
<
IntentState
>
RECOMPILE
=
EnumSet
.
of
(
INSTALL_REQ
,
FAILED
,
WITHDRAW_REQ
);
private
static
final
EnumSet
<
IntentState
>
NON_PARKED_OR_FAILED
=
EnumSet
.
complementOf
(
EnumSet
.
of
(
INSTALL_REQ
,
INSTALLED
,
WITHDRAW_REQ
,
WITHDRAWN
));
// Collections for compiler, installer, and listener are ONOS instance local
...
...
Please
register
or
login
to post a comment