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

2016-05-04 Thread ay
[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 
Authored: Wed May 4 12:40:07 2016 +0200
Committer: Akitoshi Yoshida 
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 mc)
-  throws IOException  {
+  Capture mc) throws IOException {
 RMStore store = control.createMock(RMStore.class);
 RetransmissionQueue queue = 
control.createMock(RetransmissionQueue.class);
 manager.setStore(store);



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

2016-05-04 Thread ay
[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/b096f12f
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/b096f12f
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/b096f12f

Branch: refs/heads/3.0.x-fixes
Commit: b096f12f387d07b114dd6d23809ae5bf0951a973
Parents: 62d67aa
Author: Akitoshi Yoshida 
Authored: Wed May 4 12:40:07 2016 +0200
Committer: Akitoshi Yoshida 
Committed: Wed May 4 12:42:57 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/b096f12f/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 a774e36..4bb59f1 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 mc)
-  throws IOException  {
+  Capture mc) throws IOException {
 RMStore store = control.createMock(RMStore.class);
 RetransmissionQueue queue = 
control.createMock(RetransmissionQueue.class);
 manager.setStore(store);