From: Michael Koch Date: Wed, 26 Nov 2003 10:11:45 +0000 (+0000) Subject: 2003-11-26 Michael Koch X-Git-Tag: releases/gcc-3.4.0~2103 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e08932b2a757d7686a449c28012687515d978d31;p=thirdparty%2Fgcc.git 2003-11-26 Michael Koch * java/net/DatagramPacket.java (DatagramPacket): Fixed documentation to become legal HTML. From-SVN: r73944 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 51e55b437558..0100cb62bb96 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2003-11-26 Michael Koch + + * java/net/DatagramPacket.java + (DatagramPacket): Fixed documentation to become legal HTML. + 2003-11-25 Michael Koch * gcj/javaprims.h: Added missing java.util.Currency. diff --git a/libjava/java/net/DatagramPacket.java b/libjava/java/net/DatagramPacket.java index 7ca6c51a22bb..f9a9cd5aef55 100644 --- a/libjava/java/net/DatagramPacket.java +++ b/libjava/java/net/DatagramPacket.java @@ -128,7 +128,7 @@ public final class DatagramPacket * receiving packets from the network. * * @param buf A buffer for storing the returned packet data - * @param length The length of the buffer (must be <= buf.length) + * @param length The length of the buffer (must be <= buf.length) */ public DatagramPacket(byte[] buf, int length) { @@ -141,7 +141,7 @@ public final class DatagramPacket * * @param buf A buffer containing the data to send * @param offset The offset into the buffer to start writing from. - * @param len The length of the buffer (must be <= buf.length) + * @param len The length of the buffer (must be <= buf.length) * @param addr The address to send to * @param port The port to send to * @@ -176,7 +176,7 @@ public final class DatagramPacket * transmitting packets across the network. * * @param buf A buffer containing the data to send - * @param length The length of the buffer (must be <= buf.length) + * @param length The length of the buffer (must be <= buf.length) * @param address The address to send to * @param port The port to send to */ @@ -191,7 +191,7 @@ public final class DatagramPacket * * @param buf A buffer containing the data to send * @param offset The offset into the buffer to start writing from. - * @param length The length of the buffer (must be <= buf.length) + * @param length The length of the buffer (must be <= buf.length) * @param address The socket address to send to * * @exception SocketException If an error occurs @@ -212,7 +212,7 @@ public final class DatagramPacket * transmitting packets across the network. * * @param buf A buffer containing the data to send - * @param length The length of the buffer (must be <= buf.length) + * @param length The length of the buffer (must be <= buf.length) * @param address The socket address to send to * * @exception SocketException If an error occurs