Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Commit 8dc51ec

Browse files
committed
bug 5249 -- fake commit w/ some javadocs
1 parent 49711e7 commit 8dc51ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/com/danga/MemCached/MemCachedClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,10 +1428,10 @@ public Map<String,Object> getMulti( String[] keys, Integer[] hashCodes, boolean
14281428
/**
14291429
* Adding a comment.
14301430
*
1431-
* @param cmdMap
1432-
* @param ret
1433-
* @param asString
1434-
* @param keys
1431+
* @param cmdMap map of host to command
1432+
* @param ret map to return results
1433+
* @param asString do we want to treat all prims as strings
1434+
* @param keys keys we are looking for in string array
14351435
*/
14361436
private void loadItemsNIO( Map<String,StringBuilder> cmdMap, Map<String,Object> ret, boolean asString, String[] keys ) {
14371437

0 commit comments

Comments
 (0)