Skip to content

Instantly share code, notes, and snippets.

@fbettag
Created October 12, 2012 13:47
Show Gist options
  • Select an option

  • Save fbettag/3879275 to your computer and use it in GitHub Desktop.

Select an option

Save fbettag/3879275 to your computer and use it in GitHub Desktop.
Another Netty 4 scala weirdness
[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