You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2016/11/08 07:56:42 UTC

[2/7] cxf git commit: Fix code formatting

Fix code formatting


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

Branch: refs/heads/master
Commit: db55b103124617476fe817b1e398142eb7ee43a6
Parents: a857349
Author: William Montaz <wm...@voyages-sncf.com>
Authored: Wed Nov 2 18:03:14 2016 +0100
Committer: William Montaz <wm...@voyages-sncf.com>
Committed: Wed Nov 2 18:03:14 2016 +0100

----------------------------------------------------------------------
 .../apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/db55b103/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java
----------------------------------------------------------------------
diff --git a/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java b/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java
index 1234ba4..72c6ebf 100755
--- a/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java
+++ b/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java
@@ -611,7 +611,7 @@ public class AsyncHTTPConduit extends URLConnectionHTTPConduit {
             }
             notifyAll();
         }
-        protected synchronized void handleCancelled(){
+        protected synchronized void handleCancelled() {
             notifyAll();
         }