13
0
geforkt von Mirrors/Velocity

Fix merge checkstyle issues

Dieser Commit ist enthalten in:
Andrew Steinborn 2019-01-12 10:52:02 -05:00
Ursprung bc70c76aec
Commit c7b6afe5b8

Datei anzeigen

@ -138,7 +138,8 @@ public class MinecraftConnection extends ChannelInboundHandlerAdapter {
try {
sessionHandler.exception(cause);
} 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);
}
}