|
Change Parameter Type buffer : ChannelBuffer to in : ByteBuf in method protected decode(ctx ChannelHandlerContext, in ByteBuf, out List<Object>) : void in class org.apache.camel.component.syslog.netty.Rfc5425FrameDecoder |
From |
To |
|
Change Parameter Type haystack : ChannelBuffer to haystack : ByteBuf in method private indexOf(haystack ByteBuf, needle ByteBuf) : int in class org.apache.camel.component.syslog.netty.Rfc5425FrameDecoder |
From |
To |
|
Change Parameter Type needle : ChannelBuffer to needle : ByteBuf in method private indexOf(haystack ByteBuf, needle ByteBuf) : int in class org.apache.camel.component.syslog.netty.Rfc5425FrameDecoder |
From |
To |