Skip to content

Commit

Permalink
remove the extra emicolon
Browse files Browse the repository at this point in the history
remove the extra emicolon
  • Loading branch information
scottkiss committed Apr 17, 2013
1 parent b22f90d commit 25fb0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/meetup/memcached/SockIOPool.java
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

1 comment on commit 25fb0d7

@newroot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks.

Please sign in to comment.