Explorar o código

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

(cherry picked from commit e4022debf717083ab9192164af9978500035d1be)
Akira Ajisaka %!s(int64=9) %!d(string=hai) anos
pai
achega
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