Code cleanup in reflection.jvm, generator scripts

This commit is contained in:
Alexander Udalov
2015-11-06 16:22:21 +03:00
parent 75bb15a9fc
commit 596a74d288
17 changed files with 65 additions and 64 deletions
@@ -21,7 +21,7 @@ fun main(args: Array<String>) {
val INCLUDE_END = ".java</include>"
val POM_PATH = "META-INF/maven/com.google.protobuf/protobuf-java/pom.xml"
if (args.size() != 2) {
if (args.size != 2) {
error("Usage: kotlinc -script build-protobuf-lite.kts <path-to-protobuf-jar> <output-path>")
}