You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by da...@apache.org on 2013/04/06 08:05:29 UTC

svn propchange: r1465193 - svn:log

Author: dag
Revision: 1465193
Modified property: svn:log

Modified: svn:log at Sat Apr  6 06:05:29 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Apr  6 06:05:29 2013
@@ -67,25 +67,6 @@ Patch derby-6125-05-d; details:
 
 - removed unnecessary default NetConnection finalizer
 
-- three methods in NetConnection do nothing except calling the method with the same name in the super class:
-
-  - close()
-  - closeX()
-  - closeResources()
-
-  Remove them and let NetConnection inherit them from its super class.
-
-- Since we remove these methods from NetConnection, we also make
-  Connection.closeX() private and unsynchronized, as it will only be
-  called from Connection.close().
-
-- NetConnection's closeForReuse() method doesn't have any callers;
-  remove that one too.
-
-- NetConnection.completeConnect() doesn't actually do anything except
-  calling super.completeConnect(). Remove the override and make the
-  super method final instead.
-
 ** NetXAConnection
 
 - removed potentially harmful finalizer in NetXAConnection: it calls a