Add @UnstableApi annotation to TcpDnsQueryDecoder introduced by ccef8feedd

This commit is contained in:
Norman Maurer 2021-07-28 11:37:29 +02:00
parent 4259db264f
commit 7f3512d42a

View File

@ -19,7 +19,9 @@ import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.LengthFieldBasedFrameDecoder;
import io.netty.util.internal.ObjectUtil;
import io.netty.util.internal.UnstableApi;
@UnstableApi
public final class TcpDnsQueryDecoder extends LengthFieldBasedFrameDecoder {
private final DnsRecordDecoder decoder;