Skip to content

Commit 6e4ff91

Browse files
maoyizralf0131
authored andcommitted
Add unit test for unpack and stick pack of dubbo and telent (#3703)
1 parent da69a9c commit 6e4ff91

File tree

6 files changed

+729
-1
lines changed

6 files changed

+729
-1
lines changed

dubbo-remoting/dubbo-remoting-netty4/src/main/java/org/apache/dubbo/remoting/transport/netty4/NettyCodecAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/**
3434
* NettyCodecAdapter.
3535
*/
36-
final class NettyCodecAdapter {
36+
final public class NettyCodecAdapter {
3737

3838
private final ChannelHandler encoder = new InternalEncoder();
3939

0 commit comments

Comments
 (0)