diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2012-01-09 01:57:20 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2012-01-09 01:57:20 +0000 |
commit | d07572eeee929f4db1db39a90e0c9d24e9c6384d (patch) | |
tree | 8b1fb311bbc8d18de50f855295c5899fc6ee3a3b /sca-java-2.x/trunk | |
parent | 9300b83bafb613807b157437e23b1047f2d2ade0 (diff) |
Minor formatting
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1229002 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/src/test/java/org/apache/tuscany/sca/binding/jsonrpc/JSONRPCReferenceTestCase.java | 6 |
1 files changed, 2 insertions, 4 deletions
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) { |