Skip to content

Commit 4a90c04

Browse files
author
Hariharan Ramanathan
committed
Configure compilation issue needs override.
1 parent 941fefd commit 4a90c04

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/module/Module.scala

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
package module
2020

21-
import com.google.inject.{AbstractModule}
21+
import com.google.inject.AbstractModule
2222
import com.typesafe.config.Config
2323
import controllers.{MyExecutionContext, MyExecutionContextImpl}
2424
import net.codingwell.scalaguice.ScalaModule
@@ -55,9 +55,10 @@ class Module extends AbstractModule with ScalaModule {
5555

5656
/**
5757
* Bind types for injection
58+
*
5859
* @return
5960
*/
60-
def configure() {
61+
override def configure() {
6162
bind(classOf[MyExecutionContext]).to(classOf[MyExecutionContextImpl])
6263
}
6364
}

0 commit comments

Comments
 (0)