Skip to content

Commit 25fb0d7

Browse files
committed
remove the extra emicolon
remove the extra emicolon
1 parent b22f90d commit 25fb0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/com/meetup/memcached/SockIOPool.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ protected MessageDigest initialValue() {
198198
// set to hold sockets to close
199199
private Map<String,Map<SockIO,Long>> availPool;
200200
private Map<String,Map<SockIO,Long>> busyPool;
201-
private Map<SockIO,Integer> deadPool;;
201+
private Map<SockIO,Integer> deadPool;
202202

203203
// empty constructor
204204
protected SockIOPool() { }

0 commit comments

Comments
 (0)