Remove unused import

Change-Id: I9418663e8934b4cb87037a31f9bb1f64dbc6d66b
This commit is contained in:
Hugo Arès
2014-10-29 15:32:25 -04:00
parent ce678d1370
commit 2e82f2f8a2

View File

@@ -43,7 +43,6 @@ import com.google.gerrit.server.git.validators.CommitValidationException;
import com.google.gerrit.server.git.validators.CommitValidators;
import com.google.gerrit.server.index.ChangeIndexer;
import com.google.gerrit.server.mail.RevertedSender;
import com.google.gerrit.server.patch.PatchSetInfoNotAvailableException;
import com.google.gerrit.server.project.ChangeControl;
import com.google.gerrit.server.project.InvalidChangeOperationException;
import com.google.gerrit.server.project.NoSuchChangeException;