SystemInfoService{Impl}: Remove unused contributorAgreements method
Change-Id: Ib999603a21788ab48afe4a7d0d4a44196b4bef68
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
|
||||
package com.google.gerrit.common.data;
|
||||
|
||||
import com.google.gerrit.common.auth.SignInRequired;
|
||||
import com.google.gwtjsonrpc.common.AllowCrossSiteRequest;
|
||||
import com.google.gwtjsonrpc.common.AsyncCallback;
|
||||
import com.google.gwtjsonrpc.common.RemoteJsonService;
|
||||
@@ -29,8 +28,5 @@ public interface SystemInfoService extends RemoteJsonService {
|
||||
@AllowCrossSiteRequest
|
||||
void daemonHostKeys(AsyncCallback<List<SshHostKey>> callback);
|
||||
|
||||
@SignInRequired
|
||||
void contributorAgreements(AsyncCallback<List<ContributorAgreement>> callback);
|
||||
|
||||
void clientError(String message, AsyncCallback<VoidResult> callback);
|
||||
}
|
||||
|
Reference in New Issue
Block a user