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:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user