Remove old EditCommitMessage RPC

Change-Id: Ic25c5d68f3bb27423b7c6b829169e33c8361eba5
This commit is contained in:
David Ostrovsky
2013-12-06 22:10:09 +01:00
parent 890dd340b8
commit 0561211396
6 changed files with 22 additions and 127 deletions

View File

@@ -25,11 +25,6 @@ import com.google.gwtjsonrpc.common.RpcImpl.Version;
@RpcImpl(version = Version.V2_0)
public interface ChangeManageService extends RemoteJsonService {
@Audit
@SignInRequired
void createNewPatchSet(final PatchSet.Id patchSetId, final String newCommitMessage,
final AsyncCallback<ChangeDetail> callback);
@Audit
@SignInRequired
void publish(PatchSet.Id patchSetId, AsyncCallback<ChangeDetail> callback);