Generic cleanup of warnings, whitespace and style.
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
@@ -3,6 +3,7 @@ package org.bukkit.plugin;
|
||||
/**
|
||||
* Thrown when a plugin attempts to interact with the server when it is not enabled
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class IllegalPluginAccessException extends RuntimeException {
|
||||
|
||||
/**
|
||||
@@ -12,6 +13,7 @@ public class IllegalPluginAccessException extends RuntimeException {
|
||||
|
||||
/**
|
||||
* Constructs an instance of <code>IllegalPluginAccessException</code> with the specified detail message.
|
||||
*
|
||||
* @param msg the detail message.
|
||||
*/
|
||||
public IllegalPluginAccessException(String msg) {
|
||||
|
||||
Reference in New Issue
Block a user