Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5756F200AE2 for ; Fri, 27 May 2016 16:16:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 56853160A12; Fri, 27 May 2016 14:16:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A242A160A10 for ; Fri, 27 May 2016 16:16:25 +0200 (CEST) Received: (qmail 86770 invoked by uid 500); 27 May 2016 14:16:24 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 86651 invoked by uid 99); 27 May 2016 14:16:24 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 May 2016 14:16:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D94F9DFD43; Fri, 27 May 2016 14:16:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aajisaka@apache.org To: common-commits@hadoop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: YARN-5166. javadoc:javadoc goal fails on hadoop-yarn-client. Contributed by Andras Bokor. Date: Fri, 27 May 2016 14:16:23 +0000 (UTC) archived-at: Fri, 27 May 2016 14:16:26 -0000 Repository: hadoop Updated Branches: refs/heads/branch-2 dea79a7dd -> ec811909e YARN-5166. javadoc:javadoc goal fails on hadoop-yarn-client. Contributed by Andras Bokor. (cherry picked from commit e4022debf717083ab9192164af9978500035d1be) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ec811909 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ec811909 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ec811909 Branch: refs/heads/branch-2 Commit: ec811909e41cdea84a0d9c9254ed7c756cbae37b Parents: dea79a7 Author: Akira Ajisaka Authored: Fri May 27 23:13:45 2016 +0900 Committer: Akira Ajisaka Committed: Fri May 27 23:15:48 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/ec811909/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: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org