URLConnection.java: Merged copyright year with classpath.
2004-03-20 Michael Koch <konqueror@gmx.de> * java/net/URLConnection.java: Merged copyright year with classpath. From-SVN: r79760
This commit is contained in:
parent
dea984dc06
commit
0d13be1ef5
@ -1,3 +1,7 @@
|
||||
2004-03-20 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/net/URLConnection.java: Merged copyright year with classpath.
|
||||
|
||||
2004-03-20 Norbert Frese <postfach@nfrese.net>
|
||||
|
||||
* gnu/java/rmi/server/RMIIncomingThread.java: New file.
|
||||
|
@ -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 @@ public abstract class URLConnection
|
||||
dateFormat3 = new SimpleDateFormat("EEE MMM d hh:mm:ss yyyy", locale);
|
||||
dateformats_initialized = true;
|
||||
}
|
||||
} // class URLConnection
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user