Formatting.

This commit is contained in:
zml2008 2011-12-05 20:02:41 -08:00
parent 745716426f
commit fcb7e62cb0

View File

@ -49,7 +49,7 @@ public class PermissionsResolverManager implements PermissionsProvider {
@Deprecated @Deprecated
public void load() { public void load() {
try { try {
getRealResolver().load(); getRealResolver().load();
} catch (WEPIFRuntimeException ignore) { } catch (WEPIFRuntimeException ignore) {
// Some plugins do this very early in the initialization process // Some plugins do this very early in the initialization process
} }