Fixed Java warnings.
This commit is contained in:
@@ -24,6 +24,8 @@ package com.sk89q.worldedit;
|
||||
* @author sk89q
|
||||
*/
|
||||
public class InvalidItemException extends DisallowedItemException {
|
||||
private static final long serialVersionUID = -2739618871154124586L;
|
||||
|
||||
public InvalidItemException(String type, String message) {
|
||||
super(type, message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user