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

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

View File

@ -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