j2k tests fixed

This commit is contained in:
Svetlana Isakova
2012-03-30 14:11:38 +04:00
parent 8299ffa690
commit 83426659f1
7 changed files with 13 additions and 13 deletions
@@ -1,5 +1,5 @@
object : Runnable() {
public override fun run() : Unit {
override public fun run() : Unit {
System.out?.println("Run")
}
}