Merge "Mark RETRYER as final in RepoSequence"

This commit is contained in:
David Pursehouse
2016-10-25 02:23:44 +00:00
committed by Gerrit Code Review

View File

@@ -83,7 +83,8 @@ public class RepoSequence {
.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 Project.NameKey projectName;