Skip to content

Commit

Permalink
Tested, removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz committed Apr 23, 2024
1 parent fc71b01 commit 921222b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ BOOL setKvsRetryStrategy(JNIEnv *env, jobject kvsRetryStrategy, PKvsRetryStrateg
CHK_JVM_EXCEPTION(env);
}

// TODO: Test with logs that this is getting the value from Java, play around with the value.
methodId = env->GetMethodID(cls, "getRetryStrategyType", "()I");
if (methodId == NULL) {
DLOGW("Couldn't find method id getRetryStrategyType, setting retryStrategyType to EXPONENTIAL_BACKOFF_WAIT.");
Expand Down

0 comments on commit 921222b

Please sign in to comment.