Fix merge checkstyle issues

This commit is contained in:
Andrew Steinborn
2019-01-12 10:52:02 -05:00
parent bc70c76aec
commit c7b6afe5b8

View File

@@ -138,7 +138,8 @@ public class MinecraftConnection extends ChannelInboundHandlerAdapter {
try { try {
sessionHandler.exception(cause); sessionHandler.exception(cause);
} catch (Exception ex) { } catch (Exception ex) {
logger.error("{}: exception handling exception", (association != null ? association : channel.remoteAddress()), cause); logger.error("{}: exception handling exception", (association != null ? association :
channel.remoteAddress()), cause);
} }
} }