Browse Source

YARN-8377: Javadoc build failed in hadoop-yarn-server-nodemanager. Contributed by Takanobu Asanuma

Eric E Payne 7 years ago
parent
commit
e44c0849d7

+ 3 - 2
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/container/SlidingWindowRetryPolicy.java

@@ -85,8 +85,9 @@ public class SlidingWindowRetryPolicy {
    * Updates remaining retries and the restart time when
    * required in the retryContext.
    * <p>
-   * When failuresValidityInterval is > 0, it also removes time entries from
-   * <code>restartTimes</code> which are outside the validity interval.
+   * When failuresValidityInterval is {@literal >} 0, it also removes time
+   * entries from <code>restartTimes</code> which are outside the validity
+   * interval.
    */
   protected void updateRetryContext(RetryContext retryContext) {
     if (retryContext.containerRetryContext.getFailuresValidityInterval() > 0) {