Get rid of deprecated annotations and modifiers in project code

This commit is contained in:
Denis Zharkov
2015-09-14 16:26:59 +03:00
parent 02aafe4262
commit 9c4564a5a6
204 changed files with 485 additions and 439 deletions
@@ -99,7 +99,7 @@ public object Main {
runner.run(classpath, arguments)
}
@jvmStatic
@JvmStatic
public fun main(args: Array<String>) {
try {
run(args)