prateekm commented on code in PR #1650:
URL: https://github.com/apache/samza/pull/1650#discussion_r1092643747


##########
samza-core/src/main/java/org/apache/samza/config/BlobStoreConfig.java:
##########
@@ -76,7 +80,14 @@ public int getRetryPolicyBackoffDelayFactor() {
     return getInt(RETRY_POLICY_BACKOFF_DELAY_FACTOR, 
DEFAULT_RETRY_POLICY_BACKOFF_DELAY_FACTOR);
   }
 
-  public long getRetryPolicyJitterFactorMillis() {
-    return getLong(RETRY_POLICY_JITTER_FACTOR_MILLIS, 
DEFAULT_RETRY_POLICY_JITTER_FACTOR_MILLIS);
+  public double getRetryPolicyJitterFactor() {

Review Comment:
   Remoe unnecessary accessor.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to