Skip to content

Commit

Permalink
Rework
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhangi-cs committed Feb 2, 2024
1 parent e2d61b6 commit e77a3e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import com.github.rholder.retry.RetryerBuilder;
import com.github.rholder.retry.StopStrategies;
import com.github.rholder.retry.WaitStrategies;
import com.google.common.base.Strings;
import io.cdap.cdap.api.retry.RetryableException;
import io.cdap.plugin.successfactors.common.exception.TransportException;
import io.cdap.plugin.successfactors.common.util.ResourceConstants;
Expand Down Expand Up @@ -61,6 +60,7 @@ public class SuccessFactorsTransporter {
private static final long CONNECTION_TIMEOUT = 300;
private static final long WAIT_TIME = 5;
private static final long MAX_NUMBER_OF_RETRY_ATTEMPTS = 5;

private SuccessFactorsConnectorConfig config;
private Response response;

Expand Down

0 comments on commit e77a3e0

Please sign in to comment.