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

This commit is contained in:
Akira Ajisaka 2016-05-27 23:13:45 +09:00
parent 705286ccae
commit e4022debf7

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