Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Sep 10, 2023
1 parent 5560621 commit 4b28729
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 🦜️ LangChain Java

Java version of LangChain, bringing the capabilities of LLM to big data platforms like Flink and Spark.
Java version of LangChain, while empowering LLM for big data.

> If you are interested, you can add me on WeChat: HamaWhite, or send email to baisongxx@gmail.com
> If you are interested, you can add me on WeChat: HamaWhite, or send email to [me](baisongxx@gmail.com).
## 1. What is this?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
*/
public class Resilience4jRetryUtils {

private Resilience4jRetryUtils() {
}

private static final Logger LOG = LoggerFactory.getLogger(Resilience4jRetryUtils.class);

public static <T> T retryWithExponentialBackoff(int maxRetries, Supplier<T> action) {
Expand Down

0 comments on commit 4b28729

Please sign in to comment.