Repository: hadoop Updated Branches: refs/heads/trunk 705286cca -> e4022debf
YARN-5166. javadoc:javadoc goal fails on hadoop-yarn-client. Contributed by Andras Bokor. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e4022deb Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e4022deb Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e4022deb Branch: refs/heads/trunk Commit: e4022debf717083ab9192164af9978500035d1be Parents: 705286c Author: Akira Ajisaka <[email protected]> Authored: Fri May 27 23:13:45 2016 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Fri May 27 23:15:32 2016 +0900 ---------------------------------------------------------------------- .../main/java/org/apache/hadoop/yarn/client/api/YarnClient.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/e4022deb/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/api/YarnClient.java ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/api/YarnClient.java b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/api/YarnClient.java index 7dfe1d9..930e983 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/api/YarnClient.java +++ b/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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
