/[classpath]/classpath/java/lang/Process.java
ViewVC logotype

Diff of /classpath/java/lang/Process.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by tromey, Sun Mar 16 23:43:14 2003 UTC revision 1.7 by mkoch, Thu Oct 21 21:07:15 2004 UTC
# Line 1  Line 1 
1  /* Process.java - Represent spawned system process  /* Process.java - Represent spawned system process
2     Copyright (C) 1998, 1999, 2001, 2002, 2003 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004
3       Free Software Foundation, Inc.
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
6    
# Line 38  exception statement from your version. * Line 39  exception statement from your version. *
39    
40  package java.lang;  package java.lang;
41    
 import java.io.OutputStream;  
42  import java.io.InputStream;  import java.io.InputStream;
43    import java.io.OutputStream;
44    
45  /**  /**
46   * An instance of a subclass of <code>Process</code> is created by the   * An instance of a subclass of <code>Process</code> is created by the

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26