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
Jayasree Ghosh
2016-06-08 01:11:20 +0530
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6a91bbcbb4dc14ab9c7865bf781dd28ef4c1d754
6a91bbcb
1 parent
caff3664
Fix for ONOS-4632
Change-Id: I41bb77f4747147f6e8cd80940b76cbb3f819907a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
core/common/src/main/java/org/onosproject/codec/impl/ObjectiveCodecHelper.java
core/common/src/main/java/org/onosproject/codec/impl/ObjectiveCodecHelper.java
View file @
6a91bbc
...
...
@@ -77,7 +77,6 @@ public class ObjectiveCodecHelper {
if
(
permanent
)
{
builder
.
makePermanent
()
.
makeTemporary
(
timeoutInt
)
.
withPriority
(
priorityInt
);
}
else
{
builder
.
makeTemporary
(
timeoutInt
)
...
...
Please
register
or
login
to post a comment