You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/04/03 18:05:35 UTC

svn commit: r644387 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java

Author: dims
Date: Thu Apr  3 09:05:34 2008
New Revision: 644387

URL: http://svn.apache.org/viewvc?rev=644387&view=rev
Log:
The only thing this finalize() method does is call the superclass's finalize() method, making it redundant.  Delete it.

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java?rev=644387&r1=644386&r2=644387&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java Thu Apr  3 09:05:34 2008
@@ -194,10 +194,6 @@
         }
     }
 
-    protected void finalize() throws Throwable {
-        super.finalize();
-    }
-
     /**
      * Searches for a ServiceGroupContext in the map with given id as the key.
      * <pre>



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