HBASE-13302 fix new javadoc introduced by mob
This commit is contained in:
parent
753ceb6e76
commit
fe389d1f19
|
@ -567,9 +567,9 @@ public class MobUtils {
|
|||
|
||||
/**
|
||||
* Commits the mob file.
|
||||
* @param @param conf The current configuration.
|
||||
* @param conf The current configuration.
|
||||
* @param fs The current file system.
|
||||
* @param path The path where the mob file is saved.
|
||||
* @param sourceFile The path where the mob file is saved.
|
||||
* @param targetPath The directory path where the source file is renamed to.
|
||||
* @param cacheConfig The current cache config.
|
||||
* @return The target file path the source file is renamed to.
|
||||
|
|
|
@ -391,7 +391,7 @@ public class StoreFileInfo {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param path Path to check.
|
||||
* @param fileName Sting version of path to validate.
|
||||
* @return True if the file name has format of a del file.
|
||||
*/
|
||||
public static boolean isDelFile(final String fileName) {
|
||||
|
|
Loading…
Reference in New Issue