From ed2cfb12009ab5b7adbbd4b8292a1f4f5e3ba676 Mon Sep 17 00:00:00 2001 From: asofold Date: Fri, 24 Aug 2012 21:57:53 +0200 Subject: [PATCH] adjust javadocs --- src/fr/neatmonster/nocheatplus/hooks/NCPExemptionManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fr/neatmonster/nocheatplus/hooks/NCPExemptionManager.java b/src/fr/neatmonster/nocheatplus/hooks/NCPExemptionManager.java index 49286853..1c0a5602 100644 --- a/src/fr/neatmonster/nocheatplus/hooks/NCPExemptionManager.java +++ b/src/fr/neatmonster/nocheatplus/hooks/NCPExemptionManager.java @@ -209,7 +209,7 @@ public class NCPExemptionManager { } /** - * Undo exempting an entity (or player by entity id) from checks. + * Undo exempting an entity by entity id from all checks. * @param entityId */ public static final void unExempt(final int entityId){ @@ -217,7 +217,7 @@ public class NCPExemptionManager { } /** - * Undo exempting an entity (or player by entity id) from a certain check type, also check groups, etc. + * Undo exempting an entity by entity id from a certain check type, also check groups, etc. * @param entityId * @param checkType */