summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/permissions/PermissionAttachment.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/bukkit/permissions/PermissionAttachment.java')
-rw-r--r--src/main/java/org/bukkit/permissions/PermissionAttachment.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/org/bukkit/permissions/PermissionAttachment.java b/src/main/java/org/bukkit/permissions/PermissionAttachment.java
index 30ad37b8..c42b6464 100644
--- a/src/main/java/org/bukkit/permissions/PermissionAttachment.java
+++ b/src/main/java/org/bukkit/permissions/PermissionAttachment.java
@@ -62,7 +62,7 @@ public class PermissionAttachment {
/**
* Gets a copy of all set permissions and values contained within this attachment.
- *
+ * <p />
* This map may be modified but will not affect the attachment, as it is a copy.
*
* @return Copy of all permissions and values expressed by this attachment
@@ -95,7 +95,7 @@ public class PermissionAttachment {
/**
* Removes the specified permission from this attachment.
- *
+ * <p />
* If the permission does not exist in this attachment, nothing will happen.
*
* @param name Name of the permission to remove
@@ -107,7 +107,7 @@ public class PermissionAttachment {
/**
* Removes the specified permission from this attachment.
- *
+ * <p />
* If the permission does not exist in this attachment, nothing will happen.
*
* @param perm Permission to remove