summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-03-28 17:22:05 +0000
committerTom Tromey <tromey@redhat.com>2006-03-28 17:22:05 +0000
commit5e810431ef1450bc860ceb27b9cf27c57228670b (patch)
treece77a2d2efaddcbaa64cebb4aea61d6979c0f760
parentff0b1e662a68d26250e8b17785782123fde6da61 (diff)
downloadclasspath-5e810431ef1450bc860ceb27b9cf27c57228670b.tar.gz
* java/net/Proxy.java (TYPE): Added missing ";".
-rw-r--r--ChangeLog4
-rw-r--r--java/net/Proxy.java2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ba59e9c3..58b79e6b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-28 Tom Tromey <tromey@redhat.com>
+
+ * java/net/Proxy.java (TYPE): Added missing ";".
+
2006-03-27 Andrew John Hughes <gnu_andrew@member.fsf.org>
* java/math/RoundingMode.java:
diff --git a/java/net/Proxy.java b/java/net/Proxy.java
index 4fef7d815..7b4ef2992 100644
--- a/java/net/Proxy.java
+++ b/java/net/Proxy.java
@@ -51,7 +51,7 @@ public class Proxy
*/
public enum Type
{
- DIRECT, HTTP, SOCKS
+ DIRECT, HTTP, SOCKS;
/**
* For compatability with Sun's JDK