HBASE-13371 Fix typo in TestAsyncIPC

This commit is contained in:
zhangduo 2015-04-01 08:39:05 +08:00
parent 9b2b0abccd
commit 35ddea75c4
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public class TestAsyncIPC extends AbstractTestIPC {
@Override @Override
Codec getCodec() { Codec getCodec() {
return super.getCodec(); return null;
} }
}; };