소스 검색

HDFS-15081. Typo in RetryCache#waitForCompletion annotation. Contributed by Fei Hui.

Ayush Saxena 5 년 전
부모
커밋
926d0b48f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RetryCache.java

+ 1 - 1
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RetryCache.java

@@ -290,7 +290,7 @@ public class RetryCache {
           Thread.currentThread().interrupt();
         }
       }
-      // Previous request has failed, the expectation is is that it will be
+      // Previous request has failed, the expectation is that it will be
       // retried again.
       if (mapEntry.state != CacheEntry.SUCCESS) {
         mapEntry.state = CacheEntry.INPROGRESS;