On Wednesday 08 June 2005 23:35, John Wang wrote:
> Why is there a final modifier on IndexReader.finalize?
This has already been removed in the development version, no need for a bug
report.
Regards
Daniel
--
http://www.danielnaber.de
-
Hi:
Why is there a final modifier on IndexReader.finalize? IndexReader
is an abstract class and therefore is meant to be derived. The problem
here is I am not able to provide a finalize method for my subclass
since the finalized method is "finaled".
I will create a bug.
Thanks
-John
---