HBASE-11823 Cleanup javadoc warnings.(Andrey Stepachev)

This commit is contained in:
Ted Yu 2014-08-26 09:14:51 +00:00
parent b1b038a771
commit 2fa197d3ab
1 changed files with 2 additions and 2 deletions

View File

@ -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,