Skip to content

Commit ecd6f8f

Browse files
committed
Corrected documentation.
1 parent 75b97cd commit ecd6f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ b.group(bossGroup)
2828
### NetFlow Message Processing
2929

3030
```java
31-
class NetFlowV9RequestHandler extends SimpleChannelInboundHandler<Metric> {
31+
class NetFlowV9RequestHandler extends SimpleChannelInboundHandler<NetFlowV9Decoder.NetFlowMessage> {
3232
@Override
3333
protected void channelRead0(ChannelHandlerContext channelHandlerContext, NetFlowV9Decoder.NetFlowMessage netFlowMessage) throws Exception {
3434

0 commit comments

Comments
 (0)