2003-05-09 Michael Koch <konqueror@gmx.de>

* java/net/JarURLConnection.java
	(getJarEntry): Merged documentation from classpath.
	(getJarFile): Likewise.
	(getMainAttributes): Likewise.
	(getAttributes): Likewise.
	(getManifest): Likewise.
	(getCertificates): Reformatted.
	* java/net/URLConnection.java:
	Little classpath merge.

From-SVN: r66625
This commit is contained in:
Michael Koch
2003-05-09 07:11:11 +00:00
committed by Michael Koch
parent d8048dc2f7
commit 44db872cf5
3 changed files with 31 additions and 9 deletions
+2 -1
View File
@@ -1021,4 +1021,5 @@ public abstract class URLConnection
dateFormat3 = new SimpleDateFormat("EEE MMM d hh:mm:ss yyyy", locale);
dateformats_initialized = true;
}
}
} // class URLConnection