diff options
Diffstat (limited to 'sandbox/travelsample')
-rw-r--r-- | sandbox/travelsample/launchers/interaction-launcher/src/main/java/scatours/LaunchIntactionNode.java (renamed from sandbox/travelsample/launchers/interaction-launcher/src/main/java/scatours/LaunchNode.java) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/travelsample/launchers/interaction-launcher/src/main/java/scatours/LaunchNode.java b/sandbox/travelsample/launchers/interaction-launcher/src/main/java/scatours/LaunchIntactionNode.java index 00372ee58b..00d28bc443 100644 --- a/sandbox/travelsample/launchers/interaction-launcher/src/main/java/scatours/LaunchNode.java +++ b/sandbox/travelsample/launchers/interaction-launcher/src/main/java/scatours/LaunchIntactionNode.java @@ -25,9 +25,9 @@ import org.apache.tuscany.sca.node.SCAContribution; import org.apache.tuscany.sca.node.SCANode;
import org.apache.tuscany.sca.node.SCANodeFactory;
-public class LaunchNode {
+public class LaunchIntactionNode {
public static void main(String[] args) throws Exception {
- LaunchNode.launchFromFileSystemDir();
+ LaunchIntactionNode.launchFromFileSystemDir();
}
// OK for development but you must launch the node from this module
|