ReviewInput: Split NotifyHandling out to a separate file

NotifyHandling is used for other purposes than adding a review, so
it doesn't really belong in ReviewInput.

Change-Id: I49ce1952eab0a75c8466a871fcc690a94b14e058
This commit is contained in:
David Pursehouse
2016-07-12 17:16:37 +09:00
parent 04e3d93e87
commit 89634f70f3
18 changed files with 33 additions and 21 deletions

View File

@@ -35,8 +35,8 @@ import com.google.gerrit.acceptance.PushOneCommit;
import com.google.gerrit.acceptance.TestAccount;
import com.google.gerrit.common.data.LabelType;
import com.google.gerrit.common.data.Permission;
import com.google.gerrit.extensions.api.changes.NotifyHandling;
import com.google.gerrit.extensions.api.changes.ReviewInput;
import com.google.gerrit.extensions.api.changes.ReviewInput.NotifyHandling;
import com.google.gerrit.extensions.api.projects.BranchInput;
import com.google.gerrit.extensions.client.ChangeStatus;
import com.google.gerrit.extensions.client.InheritableBoolean;