HBASE-13302 fix new javadoc introduced by mob

This commit is contained in:
Jonathan M Hsieh 2015-04-08 06:01:34 -07:00
parent 753ceb6e76
commit fe389d1f19
2 changed files with 3 additions and 3 deletions

View File

@ -567,9 +567,9 @@ public class MobUtils {
/** /**
* Commits the mob file. * Commits the mob file.
* @param @param conf The current configuration. * @param conf The current configuration.
* @param fs The current file system. * @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 targetPath The directory path where the source file is renamed to.
* @param cacheConfig The current cache config. * @param cacheConfig The current cache config.
* @return The target file path the source file is renamed to. * @return The target file path the source file is renamed to.

View File

@ -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. * @return True if the file name has format of a del file.
*/ */
public static boolean isDelFile(final String fileName) { public static boolean isDelFile(final String fileName) {