1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 21:45:22 +02:00

[cleanup] Add Javadoc for Miner.finish()

This commit is contained in:
Martin Oberhuber 2008-04-29 18:22:21 +00:00
parent ce410fa3c4
commit c885280664

View file

@ -112,8 +112,11 @@ implements ISchemaExtender
} }
/** /**
* Shuts down the miner and cleans up it's meta-information. * Shuts down the miner and cleans up it's meta-information. Override this
* Override this function to do your own cleanup. * function to do your own cleanup.
* <p>
* Subclasses may override this method but must call
* <code>super.finish()</code> at the end of their overriding method.
*/ */
public void finish() public void finish()
{ {