OPENJPA-415 remove AbstractResultList.finalize() method.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@588089 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Albert Lee 2007-10-25 00:04:51 +00:00
parent 18502c72ca
commit 38ca258bc0
1 changed files with 0 additions and 5 deletions

View File

@ -84,11 +84,6 @@ public abstract class AbstractResultList implements ResultList {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
protected void finalize() throws Throwable {
super.finalize();
close();
}
protected void assertOpen() { protected void assertOpen() {
if (isClosed()) if (isClosed())
throw new NoSuchElementException(_loc.get("closed").getMessage()); throw new NoSuchElementException(_loc.get("closed").getMessage());