HBASE-7146 Fix the wrong reference to getReader that survived in the FSHLog javadoc (Gustavo Anatoly)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1412092 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cca8e8280c
commit
ba42613a5c
|
@ -98,7 +98,7 @@ import org.apache.hadoop.util.StringUtils;
|
|||
* rolling is not. To prevent log rolling taking place during this period, a
|
||||
* separate reentrant lock is used.
|
||||
*
|
||||
* <p>To read an HLog, call {@link #getReader(org.apache.hadoop.fs.FileSystem,
|
||||
* <p>To read an HLog, call {@link HLogFactory#createReader(org.apache.hadoop.fs.FileSystem,
|
||||
* org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)}.
|
||||
*
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue