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/05/31 06:08:12 UTC

[3/3] cxf git commit: [CXF-6923]make checkstyle happy

[CXF-6923]make checkstyle happy


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

Branch: refs/heads/3.1.x-fixes
Commit: c8ffc4a42111dc711452a260b4d4a632c4351c1e
Parents: 08c2c22
Author: Freeman Fang <fr...@gmail.com>
Authored: Tue May 31 14:05:26 2016 +0800
Committer: Freeman Fang <fr...@gmail.com>
Committed: Tue May 31 14:05:26 2016 +0800

----------------------------------------------------------------------
 .../test/java/org/apache/cxf/systest/corba/CorbaTimeoutTest.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/c8ffc4a4/systests/uncategorized/src/test/java/org/apache/cxf/systest/corba/CorbaTimeoutTest.java
----------------------------------------------------------------------
diff --git a/systests/uncategorized/src/test/java/org/apache/cxf/systest/corba/CorbaTimeoutTest.java b/systests/uncategorized/src/test/java/org/apache/cxf/systest/corba/CorbaTimeoutTest.java
index a52c0d8..55ad459 100644
--- a/systests/uncategorized/src/test/java/org/apache/cxf/systest/corba/CorbaTimeoutTest.java
+++ b/systests/uncategorized/src/test/java/org/apache/cxf/systest/corba/CorbaTimeoutTest.java
@@ -77,7 +77,8 @@ public class CorbaTimeoutTest extends AbstractBusClientServerTestBase {
         new SpringBusFactory().createBus("org/apache/cxf/systest/corba/hello_world_client.xml");
 
         GreeterCORBAService gcs = new GreeterCORBAService(wsdlUrl, SERVICE_NAME);
-        Greeter port = gcs.getPort(new QName("http://cxf.apache.org/hello_world_corba", "GreeterTimeoutCORBAPort"), GreeterCORBAService.GreeterProxy.class);
+        Greeter port = gcs.getPort(new QName("http://cxf.apache.org/hello_world_corba", "GreeterTimeoutCORBAPort"), 
+                     GreeterCORBAService.GreeterProxy.class);
 
         try {
             port.greetMe("Betty");