Fix tab issues in the Link.java

This commit is contained in:
Sheng Yang 2014-01-02 14:03:38 -08:00
parent 358a7d06f2
commit 34126362f1
1 changed files with 3 additions and 3 deletions

View File

@ -496,11 +496,11 @@ public class Link {
in_pkgBuf.clear();
count = 0;
try {
count = readCh.read(in_pkgBuf);
count = readCh.read(in_pkgBuf);
} catch (SocketTimeoutException ex) {
if (s_logger.isTraceEnabled()) {
if (s_logger.isTraceEnabled()) {
s_logger.trace("Handshake reading time out! Cut the connection");
}
}
count = -1;
}
if (count == -1) {