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

@@ -15,7 +15,7 @@
package com.google.gerrit.server.git;
import com.google.gerrit.common.Nullable;
import com.google.gerrit.extensions.api.changes.ReviewInput.NotifyHandling;
import com.google.gerrit.extensions.api.changes.NotifyHandling;
import com.google.gerrit.reviewdb.client.Account;
import com.google.gerrit.reviewdb.client.Change;
import com.google.gerrit.reviewdb.client.Project;