You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/10/25 21:02:52 UTC

svn commit: r588314 - /incubator/tuscany/java/sca/tutorial/store-catalog/src/main/java/launch/LaunchCatalog.java

Author: jsdelfino
Date: Thu Oct 25 12:02:51 2007
New Revision: 588314

URL: http://svn.apache.org/viewvc?rev=588314&view=rev
Log:
Fixed print statement.

Modified:
    incubator/tuscany/java/sca/tutorial/store-catalog/src/main/java/launch/LaunchCatalog.java

Modified: incubator/tuscany/java/sca/tutorial/store-catalog/src/main/java/launch/LaunchCatalog.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store-catalog/src/main/java/launch/LaunchCatalog.java?rev=588314&r1=588313&r2=588314&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store-catalog/src/main/java/launch/LaunchCatalog.java (original)
+++ incubator/tuscany/java/sca/tutorial/store-catalog/src/main/java/launch/LaunchCatalog.java Thu Oct 25 12:02:51 2007
@@ -39,7 +39,7 @@
         node.addToDomainLevelComposite(new QName("http://store", "store-catalog"));
         node.start();
 
-        System.out.println("store.composite ready for big business !!!");
+        System.out.println("store-catalog.composite ready for big business !!!");
         System.in.read();
         
         System.out.println("Stopping ...");



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org