Fixed javadoc error.
Change-Id: I39bf0d2929eabb2895cdbe779ed19d471fcdd18d
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -137,7 +137,7 @@ public class EventuallyConsistentMapImpl<K, V> | ... | @@ -137,7 +137,7 @@ public class EventuallyConsistentMapImpl<K, V> |
137 | * @param mapName a String identifier for the map. | 137 | * @param mapName a String identifier for the map. |
138 | * @param clusterService the cluster service | 138 | * @param clusterService the cluster service |
139 | * @param clusterCommunicator the cluster communications service | 139 | * @param clusterCommunicator the cluster communications service |
140 | - * @param serializer a Kryo namespace that can serialize | 140 | + * @param ns a Kryo namespace that can serialize |
141 | * both K and V | 141 | * both K and V |
142 | * @param timestampProvider provider of timestamps for K and V | 142 | * @param timestampProvider provider of timestamps for K and V |
143 | * @param peerUpdateFunction function that provides a set of nodes to immediately | 143 | * @param peerUpdateFunction function that provides a set of nodes to immediately | ... | ... |
-
Please register or login to post a comment