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());
+        }
+    }
 }


Reply via email to