commit | ba1f83b9e3373a78d987d12315520a4e0cfb2c3b | [log] [tgz] |
---|---|---|
author | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Wed Oct 14 08:11:20 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Oct 14 22:55:27 2015 +0000 |
tree | 8c7700ad953a6c7af81d5cf14ad7535b945ab6a2 | |
parent | 229dcedff694fb70b2d040561c777766af0fcb89 [diff] |
Fix typo Change-Id: I5cb328a3724a1960439cab2a03b2d9412754eb55
diff --git a/core/store/dist/src/main/java/org/onosproject/store/newresource/impl/ConsistentResourceStore.java b/core/store/dist/src/main/java/org/onosproject/store/newresource/impl/ConsistentResourceStore.java index 648119e..10f79eb 100644 --- a/core/store/dist/src/main/java/org/onosproject/store/newresource/impl/ConsistentResourceStore.java +++ b/core/store/dist/src/main/java/org/onosproject/store/newresource/impl/ConsistentResourceStore.java
@@ -304,7 +304,7 @@ } /** - * Removes teh values from the existing values associated with the specified key. + * Removes the values from the existing values associated with the specified key. * If the map doesn't contain the given values, removal will not happen. * * @param map map holding multiple values for a key