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:
nkeywal 2012-11-21 13:44:16 +00:00
parent cca8e8280c
commit ba42613a5c
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ import org.apache.hadoop.util.StringUtils;
* rolling is not. To prevent log rolling taking place during this period, a * rolling is not. To prevent log rolling taking place during this period, a
* separate reentrant lock is used. * 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)}. * org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)}.
* *
*/ */