Fix tab issues in the Link.java

This commit is contained in:
Sheng Yang 2014-01-02 14:03:38 -08:00
parent 4312f9268e
commit 92ba5f618d
1 changed files with 3 additions and 3 deletions

View File

@ -488,11 +488,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) {