Skip to content

Commit

Permalink
fix DubboCodec re-implements Codec2 #2977 (#3547)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyHZM authored and lixiaojiee committed Mar 1, 2019
1 parent e1cb03b commit 8c934c9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import org.apache.dubbo.common.utils.ReflectUtils;
import org.apache.dubbo.common.utils.StringUtils;
import org.apache.dubbo.remoting.Channel;
import org.apache.dubbo.remoting.Codec2;
import org.apache.dubbo.remoting.exchange.Request;
import org.apache.dubbo.remoting.exchange.Response;
import org.apache.dubbo.remoting.exchange.codec.ExchangeCodec;
Expand All @@ -45,7 +44,7 @@
/**
* Dubbo codec.
*/
public class DubboCodec extends ExchangeCodec implements Codec2 {
public class DubboCodec extends ExchangeCodec {

public static final String NAME = "dubbo";
public static final String DUBBO_VERSION = Version.getProtocolVersion();
Expand Down

0 comments on commit 8c934c9

Please sign in to comment.