Skip to content

Commit

Permalink
YARN-11604 Fix code annotation errors such as class DefaultClientRequ…
Browse files Browse the repository at this point in the history
…estInterceptor
  • Loading branch information
singer-bin committed Nov 2, 2023
1 parent 2b1378c commit 773b68b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
import org.slf4j.LoggerFactory;

/**
* Extends the {@code AbstractRequestInterceptorClient} class and provides an
* Extends the {@code AbstractClientRequestInterceptor} class and provides an
* implementation that simply forwards the client requests to the cluster
* resource manager.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
import static org.apache.hadoop.yarn.server.router.RouterAuditLogger.AuditConstants.GET_NODESTOATTRIBUTES;

/**
* Extends the {@code AbstractRequestInterceptorClient} class and provides an
* Extends the {@code AbstractClientRequestInterceptor} class and provides an
* implementation for federation of YARN RM and scaling an application across
* multiple YARN SubClusters. All the federation specific implementation is
* encapsulated in this class. This is always the last interceptor in the chain.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
import org.apache.hadoop.yarn.webapp.util.WebAppUtils;

/**
* Extends the AbstractRequestInterceptorClient class and provides an
* Extends the AbstractClientRequestInterceptor class and provides an
* implementation that simply forwards the client requests to the resource
* manager.
*/
Expand Down

0 comments on commit 773b68b

Please sign in to comment.