ソースを参照

YARN-5166. javadoc:javadoc goal fails on hadoop-yarn-client. Contributed by Andras Bokor.

(cherry picked from commit e4022debf717083ab9192164af9978500035d1be)
Akira Ajisaka 9 年 前
コミット
ec811909e4

+ 2 - 2
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/api/YarnClient.java

@@ -741,9 +741,9 @@ public abstract class YarnClient extends AbstractService {
    *
    * @return cluster node labels collection
    * @throws YarnException when there is a failure in
-   *           {@see ApplicationClientProtocol}
+   *           {@link ApplicationClientProtocol}
    * @throws IOException when there is a failure in
-   *           {@see ApplicationClientProtocol}
+   *           {@link ApplicationClientProtocol}
    */
   @Public
   @Unstable