Commit a37f8219 by Michael Koch Committed by Michael Koch

Process.java: Merged from classpath.

2003-03-19  Michael Koch  <konqueror@gmx.de>

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

From-SVN: r64575
parent f6eb259f
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
(FileOutputStream): New constructor, merged from classpath.
* java/io/FileWriter.java
......
/* 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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment