Re: final modifier on IndexReader class

2005-06-08 Thread Daniel Naber
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 -

final modifier on IndexReader class

2005-06-08 Thread John Wang
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 ---