mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 07:26:09 +00:00
Fix checkstyle for catch
This commit is contained in:
parent
124dbc8836
commit
95172bfa7e
@ -46,9 +46,9 @@ public class CommonListener implements Listener {
|
||||
Class.forName("org.mvplugins.multiverse.core.MultiverseCoreApi");
|
||||
MultiverseCoreApi.get().getGeneratorProvider()
|
||||
.registerGeneratorPlugin(new MultiverseGeneratorPluginHook(platform));
|
||||
} catch (ClassNotFoundException e) {
|
||||
} catch(ClassNotFoundException e) {
|
||||
logger.debug("Multiverse v5 is not installed.");
|
||||
} catch (IllegalStateException e) {
|
||||
} catch(IllegalStateException e) {
|
||||
logger.error("Failed to register Terra generator plugin to multiverse.", e);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user