Fix contribution name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833263 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
65e842d994
commit
4e2840ce8f
1 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,9 @@ import org.apache.tuscany.sca.node.SCANodeFactory;
|
|||
|
||||
public class DatabindingLauncher {
|
||||
public static void main(String[] args) throws Exception {
|
||||
SCANode node1 = SCANodeFactory.newInstance().createSCANode(null, locate("payment-java"), locate("client"));
|
||||
SCANode node1 = SCANodeFactory.newInstance().createSCANode(null,
|
||||
locate("payment-java"),
|
||||
locate("databinding-client"));
|
||||
|
||||
SCANode node2 = SCANodeFactory.newInstance().createSCANode(null, locate("creditcard-payment-sdo"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue