Skip to content

Commit

Permalink
Comment correction in MemcachedConnection. Non-javadoc.
Browse files Browse the repository at this point in the history
Change-Id: Idf5f35739cb286a8e808891a202964ca67e685cf
Reviewed-on: http://review.couchbase.org/17666
Reviewed-by: Michael Wiederhold <mike@couchbase.com>
Tested-by: Michael Wiederhold <mike@couchbase.com>
  • Loading branch information
ingenthr authored and Michael Wiederhold committed Jul 3, 2012
1 parent 144edb4 commit 5bcaab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/spy/memcached/MemcachedConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public void handleIO() throws IOException {
if (!shutDown && !reconnectQueue.isEmpty()) {
attemptReconnects();
}
// rehash operations that in retry state
// rehash any operations that are in retry state
redistributeOperations(retryOps);
retryOps.clear();

Expand Down

0 comments on commit 5bcaab0

Please sign in to comment.