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
public void load() {
try {
getRealResolver().load();
getRealResolver().load();
} catch (WEPIFRuntimeException ignore) {
// Some plugins do this very early in the initialization process
}