We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b397d21 commit 590371fCopy full SHA for 590371f
src/main/java/dev/openfga/sdk/util/ExponentialBackoff.java
@@ -51,7 +51,7 @@ public static Duration calculateDelay(int retryCount) {
51
* @param random Random instance to use for jitter calculation
52
* @return Duration representing the delay before the next retry
53
*/
54
- public static Duration calculateDelay(int retryCount, Random random) {
+ static Duration calculateDelay(int retryCount, Random random) {
55
if (retryCount < 0) {
56
return Duration.ZERO;
57
}
0 commit comments