mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 01:43:35 +00:00
Fix typos in Paul's recent change.
java/runtime/MercuryRuntime.java: java/runtime/MercuryThreadPool.java: samples/java_interface/standalone_java/JavaMain.java As above.
This commit is contained in:
@@ -25,7 +25,7 @@ public class MercuryRuntime
|
||||
private static MercuryThreadPool thread_pool = null;
|
||||
|
||||
/**
|
||||
* Return the thread pool, initalising it if required.
|
||||
* Return the thread pool, initialising it if required.
|
||||
* This does not start the thread pool. It is started either when
|
||||
* startup() is called or automatically when the first task is
|
||||
* submitted.
|
||||
@@ -40,7 +40,7 @@ public class MercuryRuntime
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrive the exit status stored in the I/O state.
|
||||
* Retrieve the exit status stored in the I/O state.
|
||||
*/
|
||||
public static int getExitStatus() {
|
||||
return JavaInternal.exit_status;
|
||||
|
||||
Reference in New Issue
Block a user