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:
@@ -35,7 +35,7 @@ public class JavaMain {
|
||||
// This call will invoke any finalisers specified using
|
||||
// ':- finalise' declarations in the set of Mercury libraries we
|
||||
// are using. It also tells the thread pool to shutdown, if the
|
||||
// thread pool is not runnuing then this does nothing.
|
||||
// thread pool is not running then this does nothing.
|
||||
//
|
||||
MercuryRuntime.finalise();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user