Update java.html.md

This commit is contained in:
vrenjith
2017-04-13 12:05:37 +05:30
committed by GitHub
parent 4e61de3e57
commit f5170ed9c3

View File

@@ -21,7 +21,7 @@ task "webservice" {
driver = "java"
config {
jar_path = "local/exaple.jar"
jar_path = "local/example.jar"
jvm_options = ["-Xmx2048m", "-Xms256m"]
}
}