I'm committing the attached patch which fixes a build failure I caused
by my changes to java.net.Proxy last night; apologies.

Changelog:

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

        * java/net/Proxy.java:
        (Type): Add missing semi-colon.

-- 
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/net/Proxy.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/net/Attic/Proxy.java,v
retrieving revision 1.1.2.3
diff -u -3 -p -u -r1.1.2.3 Proxy.java
--- java/net/Proxy.java 27 Mar 2006 21:49:05 -0000      1.1.2.3
+++ java/net/Proxy.java 28 Mar 2006 18:12:33 -0000
@@ -51,7 +51,7 @@ public class Proxy
    */
   public enum Type 
   { 
-    DIRECT, HTTP, SOCKS 
+    DIRECT, HTTP, SOCKS; 
 
     /**
      * For compatability with Sun's JDK

Attachment: signature.asc
Description: Digital signature

Reply via email to