jaliss / securesocial

A module that provides OAuth, OAuth2 and OpenID authentication for Play Framework applications
http://www.securesocial.ws
Apache License 2.0
1.19k stars 510 forks source link

Guice @Inject in ProviderController #572

Closed andr-c closed 8 years ago

andr-c commented 9 years ago

In the ProviderController.scala:

import com.google.inject.Inject
...
class ProviderController @Inject() (override implicit val env: RuntimeEnvironment)
  extends BaseProviderController

Shouldn't this be javax.inject.Inject ?

jaliss commented 8 years ago

Thanks @andrey-chernyshev for spotting this.