Fix javadoc warning
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1052113 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
952d31ab2e
commit
1056d94820
|
@ -106,10 +106,11 @@ public class HLogSplitter {
|
|||
* <code>hbase.hlog.splitter.impl</code> property to derived the instance
|
||||
* class to use.
|
||||
*
|
||||
* @param conf
|
||||
* @param rootDir hbase directory
|
||||
* @param srcDir logs directory
|
||||
* @param oldLogDir directory where processed logs are archived to
|
||||
* @param logfiles the list of log files to split
|
||||
* @param fs FileSystem
|
||||
*/
|
||||
public static HLogSplitter createLogSplitter(Configuration conf,
|
||||
final Path rootDir, final Path srcDir,
|
||||
|
|
Loading…
Reference in New Issue