[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/8f9ae274 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/8f9ae274 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/8f9ae274 Branch: refs/heads/master-jaxrs-2.1 Commit: 8f9ae274aaa29653f920ffa422890d5f1a91ac76 Parents: 5491069 Author: Akitoshi Yoshida <[email protected]> Authored: Wed May 4 12:40:07 2016 +0200 Committer: Akitoshi Yoshida <[email protected]> Committed: Wed May 4 12:40:20 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/8f9ae274/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);
