Pulling all pending Bukkit-JavaDoc changes

By: Edmond Poon <sagaciouszzzz@gmail.com>
This commit is contained in:
Bukkit/Spigot
2013-04-02 00:11:22 -04:00
parent 745a0d7683
commit 761a84cb1b
93 changed files with 539 additions and 505 deletions

View File

@@ -62,7 +62,7 @@ public class PermissionAttachment {
/**
* Gets a copy of all set permissions and values contained within this attachment.
* <p />
* <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
@@ -94,7 +94,7 @@ public class PermissionAttachment {
/**
* Removes the specified permission from this attachment.
* <p />
* <p>
* If the permission does not exist in this attachment, nothing will happen.
*
* @param name Name of the permission to remove
@@ -106,7 +106,7 @@ public class PermissionAttachment {
/**
* Removes the specified permission from this attachment.
* <p />
* <p>
* If the permission does not exist in this attachment, nothing will happen.
*
* @param perm Permission to remove