From d07572eeee929f4db1db39a90e0c9d24e9c6384d Mon Sep 17 00:00:00 2001 From: lresende Date: Mon, 9 Jan 2012 01:57:20 +0000 Subject: Minor formatting git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1229002 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/binding/jsonrpc/JSONRPCReferenceTestCase.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sca-java-2.x/trunk/modules') diff --git a/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/src/test/java/org/apache/tuscany/sca/binding/jsonrpc/JSONRPCReferenceTestCase.java b/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/src/test/java/org/apache/tuscany/sca/binding/jsonrpc/JSONRPCReferenceTestCase.java index 2c92e33f9a..3950d3c134 100644 --- a/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/src/test/java/org/apache/tuscany/sca/binding/jsonrpc/JSONRPCReferenceTestCase.java +++ b/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/src/test/java/org/apache/tuscany/sca/binding/jsonrpc/JSONRPCReferenceTestCase.java @@ -42,14 +42,12 @@ public class JSONRPCReferenceTestCase { try { String contribution = ContributionLocationHelper.getContributionLocation(JSONRPCReferenceTestCase.class); nodeServer = - NodeFactory.newInstance().createNode("JSONRPCBinding.composite", - new Contribution("testServer", contribution)); + NodeFactory.newInstance().createNode("JSONRPCBinding.composite", new Contribution("testServer", contribution)); nodeServer.start(); contribution = ContributionLocationHelper.getContributionLocation(JSONRPCReferenceTestCase.class); node = - NodeFactory.newInstance().createNode("JSONRPCReference.composite", - new Contribution("testClient", contribution)); + NodeFactory.newInstance().createNode("JSONRPCReference.composite", new Contribution("testClient", contribution)); node.start(); } catch (Exception e) { -- cgit v1.2.3