DatagramPacket.java (DatagramPacket): Added linebreak for 80 chars per line.

2002-09-13  Michael Koch  <konqueror@gmx.de>

	* java/net/DatagramPacket.java (DatagramPacket):
	Added linebreak for 80 chars per line.
	* java/net/JarURLConection.java
	(getInputStream, getJarEntry): Likewise.
	* java/net/SocketPermission.java
	(SocketPermission class docu, implies): Likewise.
	* java/net/URLClassLoader.java (findResources): Likewise.
	* java/net/URLConnection.java: Reindendet remark for 80 chars per line

From-SVN: r57105
This commit is contained in:
Michael Koch 2002-09-13 11:39:47 +00:00 committed by Michael Koch
parent a1c65f9f4f
commit 69aeba4ed0
6 changed files with 26 additions and 8 deletions

View file

@ -32,7 +32,7 @@ import gnu.gcj.io.MimeTypes;
* Written using on-line Java Platform 1.2 API Specification, as well
* as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998).
* Status: One guessContentTypeFrom... methods not implemented.
* getContent method assumes content type from response; see comment there.
* getContent method assumes content type from response; see comment there.
*/
public abstract class URLConnection