Fix merge checkstyle issues
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user