Merge "Make CHANGE_ID_COUNTER final"

This commit is contained in:
David Pursehouse
2017-09-13 11:52:36 +00:00
committed by Gerrit Code Review

View File

@@ -129,7 +129,7 @@ public class PushOneCommit {
}
}
private static AtomicInteger CHANGE_ID_COUNTER = new AtomicInteger();
private static final AtomicInteger CHANGE_ID_COUNTER = new AtomicInteger();
private static String nextChangeId() {
// Tests use a variety of mechanisms for setting temporary timestamps, so we can't guarantee