Revert "Use javax.inject.Inject instead of com.google.inject.Inject"
This reverts commit5db3bba3e2
. I was too fast to submit5db3bba
. 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:
@@ -18,6 +18,7 @@ import com.google.gerrit.reviewdb.client.AccountProjectWatch;
|
||||
import com.google.gerrit.reviewdb.client.Change;
|
||||
import com.google.gerrit.server.account.CapabilityControl;
|
||||
import com.google.gerrit.server.account.GroupMembership;
|
||||
import com.google.inject.Inject;
|
||||
import com.google.inject.assistedinject.Assisted;
|
||||
|
||||
import java.net.SocketAddress;
|
||||
@@ -25,8 +26,6 @@ import java.util.Collection;
|
||||
import java.util.Collections;
|
||||
import java.util.Set;
|
||||
|
||||
import javax.inject.Inject;
|
||||
|
||||
/** Identity of a peer daemon process that isn't this JVM. */
|
||||
public class PeerDaemonUser extends CurrentUser {
|
||||
/** Magic username used by peers when they authenticate. */
|
||||
|
Reference in New Issue
Block a user