Committed by
Ray Milkey
Fix for ONOS-4632
Change-Id: I41bb77f4747147f6e8cd80940b76cbb3f819907a
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -77,7 +77,6 @@ public class ObjectiveCodecHelper { | ... | @@ -77,7 +77,6 @@ public class ObjectiveCodecHelper { |
| 77 | 77 | ||
| 78 | if (permanent) { | 78 | if (permanent) { |
| 79 | builder.makePermanent() | 79 | builder.makePermanent() |
| 80 | - .makeTemporary(timeoutInt) | ||
| 81 | .withPriority(priorityInt); | 80 | .withPriority(priorityInt); |
| 82 | } else { | 81 | } else { |
| 83 | builder.makeTemporary(timeoutInt) | 82 | builder.makeTemporary(timeoutInt) | ... | ... |
-
Please register or login to post a comment