YARN-10736. Fix GetApplicationsRequest JavaDoc. Contributed by Miklos Gergely. (#2906)
This commit is contained in:
parent
7d6f0ca0bd
commit
ba3bc53f4e
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue