You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ay...@apache.org on 2016/05/04 10:42:06 UTC

[2/2] cxf git commit: [CXF-6886] a minor checkstyle fix needed for 3.0.x

[CXF-6886] a minor checkstyle fix needed for 3.0.x


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

Branch: refs/heads/3.1.x-fixes
Commit: 5c5c113633d67aafab3753c9f33920bedc5a09d0
Parents: 6361930
Author: Akitoshi Yoshida <ay...@apache.org>
Authored: Wed May 4 12:40:07 2016 +0200
Committer: Akitoshi Yoshida <ay...@apache.org>
Committed: Wed May 4 12:41:53 2016 +0200

----------------------------------------------------------------------
 rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/RMManagerTest.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/5c5c1136/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/RMManagerTest.java
----------------------------------------------------------------------
diff --git a/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/RMManagerTest.java b/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/RMManagerTest.java
index ea082b2..645708a 100644
--- a/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/RMManagerTest.java
+++ b/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/RMManagerTest.java
@@ -588,8 +588,7 @@ public class RMManagerTest extends Assert {
                                       Conduit conduit, 
                                       SourceSequence ss, 
                                       DestinationSequence ds, RMMessage m,
-                                      Capture<Message> mc)
-                                          throws IOException  {                
+                                      Capture<Message> mc) throws IOException {
         RMStore store = control.createMock(RMStore.class);
         RetransmissionQueue queue = control.createMock(RetransmissionQueue.class);
         manager.setStore(store);