From 65f0c28c74c4fafe83904dee50d874089c7eb97f Mon Sep 17 00:00:00 2001 From: mkoch Date: Wed, 19 Mar 2003 12:15:04 +0000 Subject: 2003-03-19 Michael Koch * java/lang/Process.java: Merged from classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64575 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/java/lang/Process.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/java') diff --git a/libjava/java/lang/Process.java b/libjava/java/lang/Process.java index e5df4173292..1d1861d2491 100644 --- a/libjava/java/lang/Process.java +++ b/libjava/java/lang/Process.java @@ -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; -- cgit v1.2.3