Skip to content

Commit

Permalink
Merge pull request gwhalin#59 from scottkiss/patch-1
Browse files Browse the repository at this point in the history
remove the extra semicolon
  • Loading branch information
newroot committed Sep 18, 2013
2 parents b22f90d + 25fb0d7 commit 9623cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/meetup/memcached/SockIOPool.java
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ protected MessageDigest initialValue() {
// set to hold sockets to close
private Map<String,Map<SockIO,Long>> availPool;
private Map<String,Map<SockIO,Long>> busyPool;
private Map<SockIO,Integer> deadPool;;
private Map<SockIO,Integer> deadPool;

// empty constructor
protected SockIOPool() { }
Expand Down

0 comments on commit 9623cb7

Please sign in to comment.