提交 49944a4f 编写于 作者: Q qiaozhanwei

javadoc compile error modify

上级 1276e0d8
......@@ -130,10 +130,10 @@ public class ThreadUtils {
/**
* Wrapper over ScheduledThreadPoolExecutor
* @param threadName
* @param corePoolSize
* @param isDaemon
* @return
* @param threadName threadName
* @param corePoolSize corePoolSize
* @param isDaemon isDaemon
* @return ScheduledThreadPoolExecutor
*/
public static ScheduledExecutorService newThreadScheduledExecutor(String threadName, int corePoolSize, boolean isDaemon) {
ThreadFactory threadFactory = new ThreadFactoryBuilder()
......
......@@ -425,10 +425,7 @@ public class HadoopUtils implements Closeable {
}
/**
<<<<<<< HEAD
* get data hdfs path
=======
>>>>>>> remotes/upstream/dev
* @return data hdfs path
*/
public static String getHdfsDataBasePath() {
......
......@@ -75,7 +75,7 @@ public final class Preconditions {
* @param errorMessageArgs The arguments for the error message, to be inserted into the
* message template for the {@code %s} placeholders.
*
* @param <T>
* @param <T> T
* @return The object reference itself (generically typed).
*/
public static <T> T checkNotNull(T reference,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册