CreateChange#execute: Remove declaration of unthrown InvalidChangeOperationException

Change-Id: I5f6658af433b026c60fda3cafd73ee8603afbdcc
This commit is contained in:
David Pursehouse
2019-10-18 16:27:22 +09:00
parent bb7c48a094
commit 8cec5fba30

View File

@@ -180,8 +180,8 @@ public class CreateChange
/** Creates the changes in the given project. This is public for reuse in the project API. */
public Response<ChangeInfo> execute(
BatchUpdate.Factory updateFactory, ChangeInput input, ProjectResource projectResource)
throws IOException, InvalidChangeOperationException, RestApiException, UpdateException,
PermissionBackendException, ConfigInvalidException {
throws IOException, RestApiException, UpdateException, PermissionBackendException,
ConfigInvalidException {
if (!user.get().isIdentifiedUser()) {
throw new AuthException("Authentication required");
}