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
Thomas Vachuska
2016-05-19 14:30:50 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f5896bead53bef7760c80d86b21c3b1c1a642236
f5896bea
1 parent
612cebf3
Fixed javadoc error.
Change-Id: I39bf0d2929eabb2895cdbe779ed19d471fcdd18d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/store/primitives/src/main/java/org/onosproject/store/primitives/impl/EventuallyConsistentMapImpl.java
core/store/primitives/src/main/java/org/onosproject/store/primitives/impl/EventuallyConsistentMapImpl.java
View file @
f5896be
...
...
@@ -137,7 +137,7 @@ public class EventuallyConsistentMapImpl<K, V>
* @param mapName a String identifier for the map.
* @param clusterService the cluster service
* @param clusterCommunicator the cluster communications service
* @param
serializer
a Kryo namespace that can serialize
* @param
ns
a Kryo namespace that can serialize
* both K and V
* @param timestampProvider provider of timestamps for K and V
* @param peerUpdateFunction function that provides a set of nodes to immediately
...
...
Please
register
or
login
to post a comment