We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b22f90d + 25fb0d7 commit 9623cb7Copy full SHA for 9623cb7
src/com/meetup/memcached/SockIOPool.java
@@ -198,7 +198,7 @@ protected MessageDigest initialValue() {
198
// set to hold sockets to close
199
private Map<String,Map<SockIO,Long>> availPool;
200
private Map<String,Map<SockIO,Long>> busyPool;
201
- private Map<SockIO,Integer> deadPool;;
+ private Map<SockIO,Integer> deadPool;
202
203
// empty constructor
204
protected SockIOPool() { }
0 commit comments