YARN-10736. Fix GetApplicationsRequest JavaDoc. Contributed by Miklos Gergely. (#2906)

This commit is contained in:
Miklos Gergely 2021-04-14 17:16:30 +02:00 committed by GitHub
parent 7d6f0ca0bd
commit ba3bc53f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -395,7 +395,7 @@ public abstract class GetApplicationsRequest {
public abstract void setScope(ApplicationsRequestScope scope);
/**
* Set the name to filter applications.
* Get the name to filter applications.
*
* @return the name
*/
@ -404,7 +404,7 @@ public abstract class GetApplicationsRequest {
public abstract String getName();
/**
* Get the name to filter applications.
* Set the name to filter applications.
*
* @param name of the application
*/