diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALCellCodec.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALCellCodec.java index 889901c..a5a016e 100644 --- a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALCellCodec.java +++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALCellCodec.java @@ -82,8 +82,8 @@ public class WALCellCodec implements Codec { } /** - * Create and setup a {@link WALCellCodec} from the {@link cellCodecClsName} and - * CompressionContext, if {@link cellCodecClsName} is specified. + * Create and setup a {@link WALCellCodec} from the {@code cellCodecClsName} and + * CompressionContext, if {@code cellCodecClsName} is specified. * Otherwise Cell Codec classname is read from {@link Configuration}. * Fully prepares the codec for use. * @param conf {@link Configuration} to read for the user-specified codec. If none is specified,