diff options
Diffstat (limited to 'libjava/classpath/vm/reference/java/lang/VMProcess.java')
-rw-r--r-- | libjava/classpath/vm/reference/java/lang/VMProcess.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/vm/reference/java/lang/VMProcess.java b/libjava/classpath/vm/reference/java/lang/VMProcess.java index fa157d752e9..26cfcc9bc1b 100644 --- a/libjava/classpath/vm/reference/java/lang/VMProcess.java +++ b/libjava/classpath/vm/reference/java/lang/VMProcess.java @@ -50,7 +50,7 @@ import java.util.LinkedList; * is {@link Object#notifyAll notifyAll()}'d each time the state changes. * The state of all instances is managed by a single dedicated thread * which does the actual fork()/exec() and wait() system calls. User - * threads {@link Object#wait wait()} on the instance when creating the + * threads {@link Object#wait()} on the instance when creating the * process or waiting for it to terminate. * * <p> @@ -60,7 +60,7 @@ import java.util.LinkedList; * * @author Archie Cobbs * @see Process - * @see Runtime#exec + * @see Runtime#exec(String) */ final class VMProcess extends Process { |