summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/permissions/Permissible.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/bukkit/permissions/Permissible.java')
-rw-r--r--src/main/java/org/bukkit/permissions/Permissible.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/org/bukkit/permissions/Permissible.java b/src/main/java/org/bukkit/permissions/Permissible.java
index cbbafe5a..2e0be736 100644
--- a/src/main/java/org/bukkit/permissions/Permissible.java
+++ b/src/main/java/org/bukkit/permissions/Permissible.java
@@ -25,7 +25,7 @@ public interface Permissible extends ServerOperator {
/**
* Gets the value of the specified permission, if set.
- *
+ * <p />
* If a permission override is not set on this object, the default value of the permission will be returned.
*
* @param name Name of the permission
@@ -35,7 +35,7 @@ public interface Permissible extends ServerOperator {
/**
* Gets the value of the specified permission, if set.
- *
+ * <p />
* If a permission override is not set on this object, the default value of the permission will be returned
*
* @param perm Permission to get
@@ -91,7 +91,7 @@ public interface Permissible extends ServerOperator {
/**
* Recalculates the permissions for this object, if the attachments have changed values.
- *
+ * <p />
* This should very rarely need to be called from a plugin.
*/
public void recalculatePermissions();