Deprecate ExemptionManager.

This commit is contained in:
asofold 2013-03-03 14:18:10 +01:00
parent 11b6c18c74
commit de7025debf
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,10 @@ import fr.neatmonster.nocheatplus.hooks.NCPExemptionManager;
/**
* Auxiliary methods and data structure to handle simple sort of exemption. <br>
* NOTER: Not thread safe.
* NOTE: Not thread safe.
*
* @deprecated: Buggy / outdated concept - should not rely on nested stuff, use TickTask2 to unexempt timely if in doubt.
*
* @author mc_dev
*
*/