You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ya...@apache.org on 2014/01/02 23:04:21 UTC

git commit: updated refs/heads/4.3 to 88aefbf

Updated Branches:
  refs/heads/4.3 939f20559 -> 88aefbf52


Fix tab issues in the Link.java


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/88aefbf5
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/88aefbf5
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/88aefbf5

Branch: refs/heads/4.3
Commit: 88aefbf529224e46e9185be9d4ca2514eb1887db
Parents: 939f205
Author: Sheng Yang <sh...@citrix.com>
Authored: Thu Jan 2 14:03:38 2014 -0800
Committer: Sheng Yang <sh...@citrix.com>
Committed: Thu Jan 2 14:04:15 2014 -0800

----------------------------------------------------------------------
 utils/src/com/cloud/utils/nio/Link.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/88aefbf5/utils/src/com/cloud/utils/nio/Link.java
----------------------------------------------------------------------
diff --git a/utils/src/com/cloud/utils/nio/Link.java b/utils/src/com/cloud/utils/nio/Link.java
index dbe31b3..374b380 100755
--- a/utils/src/com/cloud/utils/nio/Link.java
+++ b/utils/src/com/cloud/utils/nio/Link.java
@@ -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) {