You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/08/14 10:22:20 UTC

svn commit: r804121 - /tuscany/java/sca/modules/implementation-bpel-runtime/src/main/java/org/apache/tuscany/sca/implementation/bpel/ode/TuscanyProcessConfImpl.java

Author: antelder
Date: Fri Aug 14 08:22:20 2009
New Revision: 804121

URL: http://svn.apache.org/viewvc?rev=804121&view=rev
Log:
Comment out a println to match all the others in the class

Modified:
    tuscany/java/sca/modules/implementation-bpel-runtime/src/main/java/org/apache/tuscany/sca/implementation/bpel/ode/TuscanyProcessConfImpl.java

Modified: tuscany/java/sca/modules/implementation-bpel-runtime/src/main/java/org/apache/tuscany/sca/implementation/bpel/ode/TuscanyProcessConfImpl.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-bpel-runtime/src/main/java/org/apache/tuscany/sca/implementation/bpel/ode/TuscanyProcessConfImpl.java?rev=804121&r1=804120&r2=804121&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-bpel-runtime/src/main/java/org/apache/tuscany/sca/implementation/bpel/ode/TuscanyProcessConfImpl.java (original)
+++ tuscany/java/sca/modules/implementation-bpel-runtime/src/main/java/org/apache/tuscany/sca/implementation/bpel/ode/TuscanyProcessConfImpl.java Fri Aug 14 08:22:20 2009
@@ -452,7 +452,7 @@
     	Document bpelDOM = readDOMFromProcess( bpelFile );
     	
     	for( ComponentProperty property : properties ) {
-    		System.out.println("BPEL: Property - name = " + property.getName() );
+    		//System.out.println("BPEL: Property - name = " + property.getName() );
     		insertSCAPropertyInitializer( bpelDOM, property );
     	} // end for