Skip to content

Commit

Permalink
HBASE-13371 Fix typo in TestAsyncIPC
Browse files Browse the repository at this point in the history
  • Loading branch information
Apache9 committed Apr 1, 2015
1 parent 9b2b0ab commit 35ddea7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -120,7 +120,7 @@ protected AsyncRpcClient createRpcClientNoCodec(Configuration conf) {

@Override
Codec getCodec() {
return super.getCodec();
return null;
}

};
Expand Down

0 comments on commit 35ddea7

Please sign in to comment.