Skip to content

Commit 7cadfa2

Browse files
committed
fix typo breaking compile
1 parent 3c20a7b commit 7cadfa2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/com/danga/MemCached/SockIOPool.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,6 @@ protected synchronized void removeSocketFromPool( Map<String,Map<SockIO,Long>> p
862862
Map<SockIO,Long> sockets = pool.get( host );
863863
if ( sockets != null )
864864
sockets.remove( socket );
865-
}
866865
}
867866
}
868867

0 commit comments

Comments
 (0)