Skip to content

Commit

Permalink
fix DubboCodec re-implements Codec2 apache#2977
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyHZM committed Feb 22, 2019
1 parent f71a95b commit 53d02df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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 53d02df

Please sign in to comment.