4414fa8a84f6a92def8fa79889b0890a7a894178
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public channelRead(ctx ChannelHandlerContext, msg Object) : void renamed to protected channelRead0(ctx ChannelHandlerContext, msg ByteBuf) : void in class org.neo4j.causalclustering.messaging.marshalling.v2.decoding.ContentTypeDispatcher | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type msg : Object to msg : ByteBuf in method protected channelRead0(ctx ChannelHandlerContext, msg ByteBuf) : void in class org.neo4j.causalclustering.messaging.marshalling.v2.decoding.ContentTypeDispatcher | From | To |