Revert "Use javax.inject.Inject instead of com.google.inject.Inject"

This reverts commit 5db3bba3e2.

I was too fast to submit 5db3bba. Besides forgetting to submit the
referenced changes in some submodules some people reported issues
with the interception of the javax.inject.Inject in some JEE containers.

Change-Id: I931ad329d2e7be6f6ce804b8395489a021c8240b
This commit is contained in:
Saša Živkov
2014-09-30 08:50:58 +00:00
committed by Saša Živkov
parent 27543f9656
commit 1c48a7ee1c
638 changed files with 638 additions and 1210 deletions

View File

@@ -37,6 +37,7 @@ import com.google.gerrit.server.project.ProjectCache;
import com.google.gerrit.server.project.ProjectState;
import com.google.gerrit.server.query.change.ChangeData;
import com.google.gwtorm.server.OrmException;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import org.eclipse.jgit.lib.ObjectId;
@@ -49,8 +50,6 @@ import java.util.NavigableSet;
import java.util.SortedSet;
import java.util.TreeMap;
import javax.inject.Inject;
/**
* Copies approvals between patch sets.
* <p>