@@ -1,4 +1,3 @@
|
||||
|
||||
package org.bukkit.command;
|
||||
|
||||
/**
|
||||
@@ -9,9 +8,7 @@ public class CommandException extends RuntimeException {
|
||||
/**
|
||||
* Creates a new instance of <code>CommandException</code> without detail message.
|
||||
*/
|
||||
public CommandException() {
|
||||
}
|
||||
|
||||
public CommandException() {}
|
||||
|
||||
/**
|
||||
* Constructs an instance of <code>CommandException</code> with the specified detail message.
|
||||
|
||||
Reference in New Issue
Block a user