Delete old PublishDraft
The only remaining caller was ReviewCommand; use the new-style API and clean that up as well. Change-Id: I2ee77c11ffada28b0edc7fba14f23d5d1b4313f6
This commit is contained in:
@@ -23,6 +23,7 @@ public interface RevisionApi {
|
||||
/** {@code submit} with {@link SubmitInput#waitForMerge} set to true. */
|
||||
void submit() throws RestApiException;
|
||||
void submit(SubmitInput in) throws RestApiException;
|
||||
void publish() throws RestApiException;
|
||||
ChangeApi cherryPick(CherryPickInput in) throws RestApiException;
|
||||
ChangeApi rebase() throws RestApiException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user