[java] Make changes following Julien's review of my recent patch

java/runtime/JavaInternal.java:
java/runtime/MercuryRuntime.java:
java/runtime/MercuryThreadPool.java:
samples/java_interface/standalone_java/JavaMain.java:
samples/java_interface/standalone_java/Makefile:
samples/java_interface/standalone_java/mercury_lib.m:
    As above.
This commit is contained in:
Paul Bone
2014-12-16 12:45:37 +11:00
parent e4a0adf424
commit 8b48c420d7
6 changed files with 25 additions and 22 deletions

View File

@@ -72,7 +72,7 @@ public class JavaInternal {
/**
* Run the main task.
* The maun task is executed by the thread pool so that when it blocks
* The main task is executed by the thread pool so that when it blocks
* the thread pool is notified correctly.
*/
public static void runMain(Runnable main)