Process.java: Merged from classpath.
authorMichael Koch <konqueror@gmx.de>
Wed, 19 Mar 2003 12:15:04 +0000 (12:15 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Wed, 19 Mar 2003 12:15:04 +0000 (12:15 +0000)
2003-03-19  Michael Koch  <konqueror@gmx.de>

* java/lang/Process.java:
Merged from classpath.

From-SVN: r64575

libjava/ChangeLog
libjava/java/lang/Process.java

index 5d2d04776717a6070ed0d4593ecc4da87b3aa732..4241a7195c6291009f0d205182b115ca1a258dc5 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-19  Michael Koch  <konqueror@gmx.de>
+
+       * java/lang/Process.java:
+       Merged from classpath.
+
 2003-03-19  Michael Koch  <konqueror@gmx.de>
 
        * java/io/FileOutputStream.java
index e5df4173292c5d67c7638fffa7a5ef0190e053b4..1d1861d2491194a3ace15c2b3f0440013052be3e 100644 (file)
@@ -1,5 +1,5 @@
 /* Process.java - Represent spawned system process
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -107,7 +107,7 @@ public abstract class Process
    * immediately returns with the exit value of the subprocess.
    *
    * @return the subprocess exit value; 0 conventionally denotes success
-   * @throws InterruptedException if another thread interrups the blocked one
+   * @throws InterruptedException if another thread interrupts the blocked one
    */
   public abstract int waitFor() throws InterruptedException;