summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-05-20 08:50:24 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-05-20 08:50:24 +0000
commit00a699441c7028a8097007fee42d14e881ebd52f (patch)
tree074261c643c8fe38ec80f8b47270634254a0dba5 /sandbox/travelsample
parent3670e72accd0bcc7b6b4ec0a92af8dc67078ef0e (diff)
Renamed the LaunchNode class to be more descriptive
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776619 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample')
-rw-r--r--sandbox/travelsample/launchers/currency-converter-rmi-launcher/src/main/java/scatours/LaunchCurrencyConverterRMINode.java (renamed from sandbox/travelsample/launchers/currency-converter-rmi-launcher/src/main/java/scatours/LaunchNode.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/launchers/currency-converter-rmi-launcher/src/main/java/scatours/LaunchNode.java b/sandbox/travelsample/launchers/currency-converter-rmi-launcher/src/main/java/scatours/LaunchCurrencyConverterRMINode.java
index 460db09f20..c3244fb32c 100644
--- a/sandbox/travelsample/launchers/currency-converter-rmi-launcher/src/main/java/scatours/LaunchNode.java
+++ b/sandbox/travelsample/launchers/currency-converter-rmi-launcher/src/main/java/scatours/LaunchCurrencyConverterRMINode.java
@@ -26,7 +26,7 @@ import org.apache.tuscany.sca.node.SCANodeFactory;
import scatours.currencyconverter.CurrencyConverter;
-public class LaunchNode {
+public class LaunchCurrencyConverterRMINode {
public static void main(String[] args) throws Exception {
SCAContribution currencyRMIContribution =