mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 13:35:22 +02:00
[cleanup] Add Javadoc for Miner.finish()
This commit is contained in:
parent
ce410fa3c4
commit
c885280664
1 changed files with 50 additions and 47 deletions
|
@ -112,8 +112,11 @@ implements ISchemaExtender
|
|||
}
|
||||
|
||||
/**
|
||||
* Shuts down the miner and cleans up it's meta-information.
|
||||
* Override this function to do your own cleanup.
|
||||
* Shuts down the miner and cleans up it's meta-information. Override this
|
||||
* 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()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue