We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0ea30 commit d461f2cCopy full SHA for d461f2c
core/jvm/src/test/scala/com/avsystem/commons/di/ComponentsExample.scala
@@ -14,7 +14,7 @@ case class BulbulatorConfig(
14
)
15
16
abstract class MyComponent {
17
- println(s"starting $this initialization on ${Thread.currentThread().getId}")
+ println(s"starting $this initialization on ${Thread.currentThread()}")
18
Thread.sleep(100)
19
println(s"finished $this initialization")
20
0 commit comments