Move RebaseChange from server.changedetail to server.change
This is the only class in the `changedetail` package. Move it to the `change` package with the rest of the change-related classes. Change-Id: I9fab005ccc73744d458fd24dc0f49d13b5addb11
This commit is contained in:
@@ -26,7 +26,6 @@ import com.google.gerrit.extensions.restapi.TopLevelResource;
|
||||
import com.google.gerrit.reviewdb.client.Change;
|
||||
import com.google.gerrit.server.ChangeUtil;
|
||||
import com.google.gerrit.server.CurrentUser;
|
||||
import com.google.gerrit.server.changedetail.RebaseChange;
|
||||
import com.google.gerrit.server.index.ChangeIndexer;
|
||||
import com.google.gerrit.server.project.ChangeControl;
|
||||
import com.google.gerrit.server.project.NoSuchChangeException;
|
||||
|
||||
Reference in New Issue
Block a user