File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
dubbo-rpc/dubbo-rpc-dubbo/src/main/java/org/apache/dubbo/rpc/protocol/dubbo Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2727import org .apache .dubbo .common .utils .ReflectUtils ;
2828import org .apache .dubbo .common .utils .StringUtils ;
2929import org .apache .dubbo .remoting .Channel ;
30- import org .apache .dubbo .remoting .Codec2 ;
3130import org .apache .dubbo .remoting .exchange .Request ;
3231import org .apache .dubbo .remoting .exchange .Response ;
3332import org .apache .dubbo .remoting .exchange .codec .ExchangeCodec ;
4544/**
4645 * Dubbo codec.
4746 */
48- public class DubboCodec extends ExchangeCodec implements Codec2 {
47+ public class DubboCodec extends ExchangeCodec {
4948
5049 public static final String NAME = "dubbo" ;
5150 public static final String DUBBO_VERSION = Version .getProtocolVersion ();
You can’t perform that action at this time.
0 commit comments