Merge "Fix eclipse unused variable warning"

This commit is contained in:
David Pursehouse 2016-10-31 05:27:32 +00:00 committed by Gerrit Code Review
commit 31c9c70a72

View File

@ -641,7 +641,7 @@ public class SubmoduleSubscriptionsWholeTopicMergeIT
TestRepository<?> repoA = createProjectWithPush("project-a");
TestRepository<?> repoB = createProjectWithPush("project-b");
// bootstrap the dev branch
ObjectId a0 = pushChangeTo(repoA, "dev");
pushChangeTo(repoA, "dev");
// bootstrap the dev branch
ObjectId b0 = pushChangeTo(repoB, "dev");