diff options
Diffstat (limited to 'java/lang/Process.java')
-rw-r--r-- | java/lang/Process.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/lang/Process.java b/java/lang/Process.java index b87bd8068..e8c52760d 100644 --- a/java/lang/Process.java +++ b/java/lang/Process.java @@ -1,5 +1,5 @@ /* Process.java - Represent spawned system process - Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004 + Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -61,7 +61,7 @@ import java.io.OutputStream; * owns this object. * * @author Brian Jones - * @author Tom Tromey <tromey@cygnus.com> + * @author Tom Tromey (tromey@cygnus.com) * @see Runtime#exec(String[], String[], File) * @since 1.0 * @status updated to 1.4 |