HBASE-11823 Cleanup javadoc warnings.(Andrey Stepachev)
This commit is contained in:
parent
b1b038a771
commit
2fa197d3ab
|
@ -82,8 +82,8 @@ public class WALCellCodec implements Codec {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create and setup a {@link WALCellCodec} from the {@link cellCodecClsName} and
|
* Create and setup a {@link WALCellCodec} from the {@code cellCodecClsName} and
|
||||||
* CompressionContext, if {@link cellCodecClsName} is specified.
|
* CompressionContext, if {@code cellCodecClsName} is specified.
|
||||||
* Otherwise Cell Codec classname is read from {@link Configuration}.
|
* Otherwise Cell Codec classname is read from {@link Configuration}.
|
||||||
* Fully prepares the codec for use.
|
* Fully prepares the codec for use.
|
||||||
* @param conf {@link Configuration} to read for the user-specified codec. If none is specified,
|
* @param conf {@link Configuration} to read for the user-specified codec. If none is specified,
|
||||||
|
|
Loading…
Reference in New Issue