Moved PermissionsResolverServerListener into PermissionsResolverManager and got rid of some unnecessary methods.
This commit is contained in:
@@ -4,7 +4,7 @@ package com.sk89q.wepif;
|
||||
* @author zml2008
|
||||
*/
|
||||
public class WEPIFRuntimeException extends RuntimeException {
|
||||
private static final long serialVersionUID = 1L;
|
||||
private static final long serialVersionUID = 5092745960439109699L;
|
||||
|
||||
public WEPIFRuntimeException(String message) {
|
||||
super(message);
|
||||
|
||||
Reference in New Issue
Block a user