You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by se...@apache.org on 2009/06/01 19:10:08 UTC

svn commit: r780727 - /ode/branches/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelServerImpl.java

Author: seanahn
Date: Mon Jun  1 17:10:08 2009
New Revision: 780727

URL: http://svn.apache.org/viewvc?rev=780727&view=rev
Log:
Removed tabs

Modified:
    ode/branches/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelServerImpl.java

Modified: ode/branches/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelServerImpl.java
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelServerImpl.java?rev=780727&r1=780726&r2=780727&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelServerImpl.java (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelServerImpl.java Mon Jun  1 17:10:08 2009
@@ -665,9 +665,9 @@
         }
     }
 
-	public void cleanupProcess(ProcessConf pconf) throws BpelEngineException {
-		if (pconf != null) {
-			deleteProcessDAO(pconf.getProcessId(), pconf.isTransient());
-		}
-	}
+    public void cleanupProcess(ProcessConf pconf) throws BpelEngineException {
+        if (pconf != null) {
+            deleteProcessDAO(pconf.getProcessId(), pconf.isTransient());
+        }
+    }
 }