Created
October 12, 2012 13:47
-
-
Save fbettag/3879275 to your computer and use it in GitHub Desktop.
Another Netty 4 scala weirdness
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [error] AuthenticationHandler.scala:54: overriding method inboundBufferUpdated in class ChannelInboundMessageHandlerAdapter of type (x$1: io.netty.channel.ChannelHandlerContext)Unit; | |
| [error] method inboundBufferUpdated cannot override final member | |
| [error] def inboundBufferUpdated(ctx: ChannelHandlerContext) { | |
| [error] ^ | |
| [error] one error found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment