Skip to content

Commit 2cef08d

Browse files
committed
Add sign flag in commit
Signed-off-by: eatulban <eatulban@amazon.com>
1 parent e295698 commit 2cef08d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • data-prepper-plugins/saas-source-plugins/source-crawler/src/main/java/org/opensearch/dataprepper/plugins/source/source_crawler/utils/retry

data-prepper-plugins/saas-source-plugins/source-crawler/src/main/java/org/opensearch/dataprepper/plugins/source/source_crawler/utils/retry/RetryStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.util.Optional;
1919

2020
/**
21-
* Strategy for determining how long to wait before retrying
21+
* Strategy for determining how long to wait before retrying.
2222
*/
2323
public interface RetryStrategy {
2424
List<Integer> DEFAULT_RETRY_ATTEMPT_SLEEP_TIME = List.of(1, 2, 5, 10, 20, 40);

0 commit comments

Comments
 (0)