reordered modifiers order: visibility first in j2k converter

This commit is contained in:
Svetlana Isakova
2012-03-30 14:37:15 +04:00
parent 83426659f1
commit 8b45b26785
31 changed files with 90 additions and 90 deletions
@@ -1,5 +1,5 @@
object : Runnable() {
override public fun run() : Unit {
public override fun run() : Unit {
System.out?.println("Run")
}
}