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:
David Pursehouse
2015-04-20 10:49:26 +09:00
parent df8d312729
commit fc35eb3827
10 changed files with 4 additions and 13 deletions

View File

@@ -23,7 +23,6 @@ import com.google.gerrit.extensions.restapi.RestView;
import com.google.gerrit.reviewdb.client.Change;
import com.google.gerrit.server.CurrentUser;
import com.google.gerrit.server.IdentifiedUser;
import com.google.gerrit.server.changedetail.RebaseChange;
import com.google.gerrit.server.notedb.ChangeNotes;
import com.google.gerrit.server.project.ChangeControl;
import com.google.gerrit.server.project.ProjectState;