summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-05-20 08:59:10 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-05-20 08:59:10 +0000
commit1b6f9397e0ec74347eedbea1711a144a0327c45e (patch)
treec7981be4e980d02277108a28c8968c5c16f7c886 /sandbox/travelsample/launchers
parentd821beab8abbe86ee6fe170ad773cdadcc935e00 (diff)
Renamed the LaunchNode class to be more descriptive
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776625 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/launchers')
-rw-r--r--sandbox/travelsample/launchers/introducing-launcher/src/main/java/scatours/LaunchIntroducingNode.java (renamed from sandbox/travelsample/launchers/introducing-launcher/src/main/java/scatours/LaunchNode.java)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/travelsample/launchers/introducing-launcher/src/main/java/scatours/LaunchNode.java b/sandbox/travelsample/launchers/introducing-launcher/src/main/java/scatours/LaunchIntroducingNode.java
index 764a8c0854..c3f48b463e 100644
--- a/sandbox/travelsample/launchers/introducing-launcher/src/main/java/scatours/LaunchNode.java
+++ b/sandbox/travelsample/launchers/introducing-launcher/src/main/java/scatours/LaunchIntroducingNode.java
@@ -27,10 +27,10 @@ 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 LaunchIntroducingNode {
public static void main(String[] args) throws Exception {
- LaunchNode.launchFromFileSystemDir();
+ LaunchIntroducingNode.launchFromFileSystemDir();
}
// OK for development but you must launch the node from this module