Renamed WEPIFRutimeException to WEPIFRuntimeException and gave it a serialVersionUID.
This commit is contained in:
@@ -69,7 +69,7 @@ public class PermissionsResolverManager implements PermissionsResolver {
|
||||
|
||||
public static PermissionsResolverManager getInstance() {
|
||||
if (instance == null) {
|
||||
throw new WEPIFRutimeException("WEPIF has not yet been initialized!");
|
||||
throw new WEPIFRuntimeException("WEPIF has not yet been initialized!");
|
||||
}
|
||||
return instance;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user