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-09-01 09:55:38 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
542295620b4163d0801fc8ace4f68cf00ccad459
54229562
1 parent
9c9bf422
Make field final
Change-Id: I19f2ad98e56352570478a66f896c1e9c6a3573e5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
core/net/src/main/java/org/onosproject/net/flow/impl/FlowRuleManager.java
core/net/src/main/java/org/onosproject/net/flow/impl/FlowRuleManager.java
View file @
5422956
...
...
@@ -129,8 +129,7 @@ public class FlowRuleManager
private
IdGenerator
idGenerator
;
private
Map
<
Long
,
FlowOperationsProcessor
>
pendingFlowOperations
=
new
ConcurrentHashMap
<>();
private
final
Map
<
Long
,
FlowOperationsProcessor
>
pendingFlowOperations
=
new
ConcurrentHashMap
<>();
@Reference
(
cardinality
=
ReferenceCardinality
.
MANDATORY_UNARY
)
protected
FlowRuleStore
store
;
...
...
Please
register
or
login
to post a comment