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,18 +1,21 @@
package org.bukkit.plugin;
/**
* Thrown when a plugin attempts to interact with the server when it is not enabled
* Thrown when a plugin attempts to interact with the server when it is not
* enabled
*/
@SuppressWarnings("serial")
public class IllegalPluginAccessException extends RuntimeException {
/**
* Creates a new instance of <code>IllegalPluginAccessException</code> without detail message.
* Creates a new instance of <code>IllegalPluginAccessException</code>
* without detail message.
*/
public IllegalPluginAccessException() {}
/**
* Constructs an instance of <code>IllegalPluginAccessException</code> with the specified detail message.
* Constructs an instance of <code>IllegalPluginAccessException</code>
* with the specified detail message.
*
* @param msg the detail message.
*/