OPENJPA-415 remove AbstractResultList.finalize() method.

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

View File

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