Pulling all pending Bukkit-JavaDoc changes

A special thanks goes to @aerouk for almost all of the changes found here.

By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
Bukkit/Spigot
2013-12-15 01:07:43 -05:00
parent 800679913f
commit bb50f1a774
310 changed files with 4218 additions and 2904 deletions

View File

@@ -1,7 +1,8 @@
package org.bukkit.permissions;
/**
* Holds information on a permission and which {@link PermissionAttachment} provides it
* Holds information on a permission and which {@link PermissionAttachment}
* provides it
*/
public class PermissionAttachmentInfo {
private final Permissible permissible;
@@ -41,8 +42,8 @@ public class PermissionAttachmentInfo {
}
/**
* Gets the attachment providing this permission. This may be null for default
* permissions (usually parent permissions).
* Gets the attachment providing this permission. This may be null for
* default permissions (usually parent permissions).
*
* @return Attachment
*/