Skip to content

Commit

Permalink
Removed code changes from sdk v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Shailesh Jagannath Padave committed Nov 26, 2024
1 parent 5955720 commit 847294b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public enum RetryLogic {
private String description;

private int // Default
retryCount = 3;
retryCount = 3;

private long timeoutSeconds;

Expand Down Expand Up @@ -434,4 +434,4 @@ public boolean equals(Object o) {
public int hashCode() {
return Objects.hash(getName(), getDescription(), getRetryCount(), getTimeoutSeconds(), getInputKeys(), getOutputKeys(), getTimeoutPolicy(), getRetryLogic(), getRetryDelaySeconds(), getBackoffScaleFactor(), getResponseTimeoutSeconds(), getConcurrentExecLimit(), getRateLimitPerFrequency(), getInputTemplate(), getIsolationGroupId(), getExecutionNameSpace(), getOwnerEmail(), getBaseType(), getInputSchema(), getOutputSchema());
}
}
}

0 comments on commit 847294b

Please sign in to comment.