I'm committing the attached patch which fixes a bug turned
up by reverse JAPI: java.lang.ProcessBuilder should be final.

Changelog:

2006-03-26  Andrew John Hughes  <[EMAIL PROTECTED]>

        * java/lang/ProcessBuilder.java:
        Made final.

-- 
Andrew :-)

Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

If you use Microsoft Office, support movement towards the end of vendor lock-in:
http://opendocumentfellowship.org/petition/

"Value your freedom, or you will lose it, teaches history. 
`Don't bother us with politics' respond those who don't want to learn." 
-- Richard Stallman

Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }
Index: java/lang/ProcessBuilder.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/lang/Attic/ProcessBuilder.java,v
retrieving revision 1.1.2.2
diff -u -3 -p -u -r1.1.2.2 ProcessBuilder.java
--- java/lang/ProcessBuilder.java       21 Sep 2005 21:32:38 -0000      1.1.2.2
+++ java/lang/ProcessBuilder.java       26 Mar 2006 23:45:11 -0000
@@ -44,7 +44,7 @@ import java.util.Arrays;
 import java.util.List;
 import java.util.Map;
 
-public class ProcessBuilder
+public final class ProcessBuilder
 {
   private File directory = new File(System.getProperty("user.dir"));
   private List<String> command;

Attachment: signature.asc
Description: Digital signature

Reply via email to