Moved PermissionsResolverServerListener into PermissionsResolverManager and got rid of some unnecessary methods.

This commit is contained in:
zml2008
2011-12-04 19:06:41 -08:00
parent cd2f56918d
commit deea1f7655
3 changed files with 38 additions and 93 deletions

View File

@@ -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);