Move GetArchive.AllowedFormats to its own file
Change-Id: I999ed908d587ff9af91715c488b944de5254fac4
This commit is contained in:
@@ -18,8 +18,8 @@ import static java.nio.charset.StandardCharsets.UTF_8;
|
||||
|
||||
import com.google.common.collect.ImmutableMap;
|
||||
import com.google.gerrit.reviewdb.server.ReviewDb;
|
||||
import com.google.gerrit.server.change.AllowedFormats;
|
||||
import com.google.gerrit.server.change.ArchiveFormat;
|
||||
import com.google.gerrit.server.change.GetArchive;
|
||||
import com.google.gerrit.sshd.AbstractGitCommand;
|
||||
import com.google.inject.Inject;
|
||||
|
||||
@@ -101,7 +101,7 @@ public class UploadArchive extends AbstractGitCommand {
|
||||
}
|
||||
|
||||
@Inject
|
||||
private GetArchive.AllowedFormats allowedFormats;
|
||||
private AllowedFormats allowedFormats;
|
||||
@Inject
|
||||
private ReviewDb db;
|
||||
private Options options = new Options();
|
||||
|
||||
Reference in New Issue
Block a user