DatagramSocket.java, [...]: Fixed some documentation tags to make javadoc and friends happy.

2003-03-10  Michael Koch  <konqueror@gmx.de>

	* java/net/DatagramSocket.java,
	java/net/MulticastSocket.java,
	java/net/Socket.java,
	java/net/URL.java,
	java/net/URLConnection.java:
	Fixed some documentation tags to make javadoc and friends happy.

From-SVN: r64083
This commit is contained in:
Michael Koch 2003-03-10 14:48:09 +00:00 committed by Michael Koch
parent 4c5154c0c6
commit 1f5f81da4e
6 changed files with 31 additions and 22 deletions

View file

@ -552,7 +552,7 @@ public final class URL implements Serializable
* Returns the query of the URL. This is the part of the file before the
* '?'.
*
* @ return the query part of the file, or null when there is no query part.
* @return the query part of the file, or null when there is no query part.
*/
public String getQuery ()
{