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:
Julien Fischer
2014-12-16 14:17:46 +11:00
parent 8b48c420d7
commit d56411e142
3 changed files with 4 additions and 4 deletions

View File

@@ -590,7 +590,7 @@ public class MercuryThreadPool
/**
* Request that the thread pool shutdown.
* This method does not wait for the thread pool to shutdown, it's an
* asychronous signal. The thread pool will shutdown if: shutdown() has
* asynchronous signal. The thread pool will shutdown if: shutdown() has
* been called (implicitly when main/2 is written in Mercury) and there
* are no remaining tasks either queued or running (spawn_native tasks
* are not included). The requirement that the process does not exit