Skip to content

Commit d461f2c

Browse files
committed
Simplify ComponentsExample JDK usage
1 parent 3d0ea30 commit d461f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/jvm/src/test/scala/com/avsystem/commons/di/ComponentsExample.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ case class BulbulatorConfig(
1414
)
1515

1616
abstract class MyComponent {
17-
println(s"starting $this initialization on ${Thread.currentThread().getId}")
17+
println(s"starting $this initialization on ${Thread.currentThread()}")
1818
Thread.sleep(100)
1919
println(s"finished $this initialization")
2020

0 commit comments

Comments
 (0)