Merge "Mark RETRYER as final in RepoSequence"
This commit is contained in:
@@ -83,7 +83,8 @@ public class RepoSequence {
|
|||||||
.withStopStrategy(StopStrategies.stopAfterDelay(30, TimeUnit.SECONDS));
|
.withStopStrategy(StopStrategies.stopAfterDelay(30, TimeUnit.SECONDS));
|
||||||
}
|
}
|
||||||
|
|
||||||
private static Retryer<RefUpdate.Result> RETRYER = retryerBuilder().build();
|
private static final Retryer<RefUpdate.Result> RETRYER =
|
||||||
|
retryerBuilder().build();
|
||||||
|
|
||||||
private final GitRepositoryManager repoManager;
|
private final GitRepositoryManager repoManager;
|
||||||
private final Project.NameKey projectName;
|
private final Project.NameKey projectName;
|
||||||
|
Reference in New Issue
Block a user