This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
FYI: Patch: java.net.URLConnection
- From: Michael Koch <konqueror at gmx dot de>
- To: java-patches at gcc dot gnu dot org
- Date: Sat, 20 Mar 2004 21:59:19 +0100
- Subject: FYI: Patch: java.net.URLConnection
Hi list,
I just commited the attached obvious patch to megre
java/net/URLConnection.java more with GNU classpath.
Michael
2004-03-20 Michael Koch <konqueror@gmx.de>
* java/net/URLConnection.java: Merged copyright year with classpath.
Index: java/net/URLConnection.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/net/URLConnection.java,v
retrieving revision 1.27
diff -u -b -B -r1.27 URLConnection.java
--- java/net/URLConnection.java 11 Feb 2004 18:22:09 -0000 1.27
+++ java/net/URLConnection.java 20 Mar 2004 20:56:39 -0000
@@ -1,5 +1,5 @@
/* URLConnection.java -- Abstract superclass for reading from URL's
- Copyright (C) 1998, 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1998, 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -1047,5 +1047,4 @@
dateFormat3 = new SimpleDateFormat("EEE MMM d hh:mm:ss yyyy", locale);
dateformats_initialized = true;
}
-} // class URLConnection
-
+}