Fix eclipse unused variable warning
Change-Id: I064974cdcb6278d45438f4eb600f3a3a369749a0
This commit is contained in:
committed by
David Pursehouse
parent
ff844d809c
commit
a9e73b64ff
@@ -585,7 +585,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");
|
||||
|
||||
Reference in New Issue
Block a user