mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 09:53:36 +00:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user