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

(cherry picked from commit e4022debf7)
(cherry picked from commit ec811909e4)
This commit is contained in:
Akira Ajisaka 2016-05-27 23:13:45 +09:00
parent 6b41fceb69
commit 01e7c2bbe4
1 changed files with 2 additions and 2 deletions

View File

@ -741,9 +741,9 @@ public abstract Map<NodeLabel, Set<NodeId>> getLabelsToNodes(
*
* @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