Merge "SubmitInput: Remove deprecated waitForMerge field"

This commit is contained in:
Edwin Kempin
2016-03-10 16:00:28 +00:00
committed by Gerrit Code Review
4 changed files with 3 additions and 26 deletions

View File

@@ -118,10 +118,8 @@ public class Submit implements RestModifyView<RevisionResource, SubmitInput>,
public static class TestSubmitInput extends SubmitInput {
public final boolean failAfterRefUpdates;
@SuppressWarnings("deprecation")
public TestSubmitInput(SubmitInput base, boolean failAfterRefUpdates) {
this.onBehalfOf = base.onBehalfOf;
this.waitForMerge = base.waitForMerge;
this.failAfterRefUpdates = failAfterRefUpdates;
}
}