diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-20 08:58:03 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-20 08:58:03 +0000 |
commit | d821beab8abbe86ee6fe170ad773cdadcc935e00 (patch) | |
tree | ed1523b846da92d8d2598c84f2da8bdca5b97b7b /sandbox | |
parent | 2b8ce8daa400d8609dfb42ff95ea70ad58437e6c (diff) |
Renamed the LaunchNode class to be more descriptive
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776623 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox')
-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
|