Repository: hadoop Updated Branches: refs/heads/branch-2.8 6b41fceb6 -> 01e7c2bbe
YARN-5166. javadoc:javadoc goal fails on hadoop-yarn-client. Contributed by Andras Bokor. (cherry picked from commit e4022debf717083ab9192164af9978500035d1be) (cherry picked from commit ec811909e41cdea84a0d9c9254ed7c756cbae37b) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/01e7c2bb Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/01e7c2bb Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/01e7c2bb Branch: refs/heads/branch-2.8 Commit: 01e7c2bbe4b68c40a30826e28013abca6a8c3fc9 Parents: 6b41fce Author: Akira Ajisaka <[email protected]> Authored: Fri May 27 23:13:45 2016 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Fri May 27 23:16:00 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/01e7c2bb/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 90af384..1102d16 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]
