You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/02/25 18:56:48 UTC

svn commit: r511560 - /incubator/ode/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/memdao/DaoBaseImpl.java

Author: mriou
Date: Sun Feb 25 09:56:47 2007
New Revision: 511560

URL: http://svn.apache.org/viewvc?view=rev&rev=511560
Log:
Commenting in-mem dao finalizer.

Modified:
    incubator/ode/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/memdao/DaoBaseImpl.java

Modified: incubator/ode/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/memdao/DaoBaseImpl.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/memdao/DaoBaseImpl.java?view=diff&rev=511560&r1=511559&r2=511560
==============================================================================
--- incubator/ode/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/memdao/DaoBaseImpl.java (original)
+++ incubator/ode/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/memdao/DaoBaseImpl.java Sun Feb 25 09:56:47 2007
@@ -26,8 +26,8 @@
         return _createTime;
     }
 
-    protected void finalize() throws Throwable {
-        super.finalize();
-        __logger.debug("Finalizing " + this);
-    }
+//    protected void finalize() throws Throwable {
+//        super.finalize();
+//        __logger.debug("Finalizing " + this);
+//    }
 }