Committed by
Gerrit Code Review
Fix typo
Change-Id: I5cb328a3724a1960439cab2a03b2d9412754eb55
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -304,7 +304,7 @@ public class ConsistentResourceStore implements ResourceStore { | ... | @@ -304,7 +304,7 @@ public class ConsistentResourceStore implements ResourceStore { |
304 | } | 304 | } |
305 | 305 | ||
306 | /** | 306 | /** |
307 | - * Removes teh values from the existing values associated with the specified key. | 307 | + * Removes the values from the existing values associated with the specified key. |
308 | * If the map doesn't contain the given values, removal will not happen. | 308 | * If the map doesn't contain the given values, removal will not happen. |
309 | * | 309 | * |
310 | * @param map map holding multiple values for a key | 310 | * @param map map holding multiple values for a key | ... | ... |
-
Please register or login to post a comment