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:
		| @@ -54,6 +54,7 @@ import com.google.gerrit.server.project.ProjectCache; | ||||
| import com.google.gerrit.server.project.ProjectControl; | ||||
| import com.google.gerrit.server.project.ProjectState; | ||||
| import com.google.gwtorm.server.OrmException; | ||||
| import com.google.inject.Inject; | ||||
| import com.google.inject.Singleton; | ||||
|  | ||||
| import org.eclipse.jgit.lib.Config; | ||||
| @@ -83,8 +84,6 @@ import java.util.concurrent.FutureTask; | ||||
| import java.util.concurrent.TimeUnit; | ||||
| import java.util.concurrent.TimeoutException; | ||||
|  | ||||
| import javax.inject.Inject; | ||||
|  | ||||
| /** Spawns local executables when a hook action occurs. */ | ||||
| @Singleton | ||||
| public class ChangeHookRunner implements ChangeHooks, LifecycleListener { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Saša Živkov
					Saša Živkov