summaryrefslogtreecommitdiffstats
path: root/libjava/java/net/URLConnection.java
diff options
context:
space:
mode:
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-10 14:48:09 +0000
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-10 14:48:09 +0000
commit9b518f4552b234a877779312c8939667a1d0dbbc (patch)
tree96d1410c67a72ad918a62d2f4e97cbd662dda0f0 /libjava/java/net/URLConnection.java
parent50440431882dc183901bb924330a48cb2e804f96 (diff)
downloadppe42-gcc-9b518f4552b234a877779312c8939667a1d0dbbc.tar.gz
ppe42-gcc-9b518f4552b234a877779312c8939667a1d0dbbc.zip
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64083 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/net/URLConnection.java')
-rw-r--r--libjava/java/net/URLConnection.java18
1 files changed, 9 insertions, 9 deletions
diff --git a/libjava/java/net/URLConnection.java b/libjava/java/net/URLConnection.java
index 0b39fe88ea6..cc65ecb0fa7 100644
--- a/libjava/java/net/URLConnection.java
+++ b/libjava/java/net/URLConnection.java
@@ -60,7 +60,7 @@ public abstract class URLConnection
*
* @param url The Object to create the URL connection to
*
- * @see URLConnection:connect
+ * @see URLConnection#connect()
*/
protected URLConnection(URL url)
{
@@ -472,8 +472,8 @@ public abstract class URLConnection
* @exception IllegalStateException If already connected
* @exception NullPointerException If key is null
*
- * @see URLConnection:getRequestProperty(String key)
- * @see URLConnection:addRequestProperty(String key, String value)
+ * @see URLConnection#getRequestProperty(String key)
+ * @see URLConnection#addRequestProperty(String key, String value)
*/
public void setRequestProperty(String key, String value)
{
@@ -494,8 +494,8 @@ public abstract class URLConnection
* @exception IllegalStateException If already connected
* @exception NullPointerException If key is null
*
- * @see URLConnection:getRequestProperty(String key)
- * @see URLConnection:setRequestProperty(String key, String value)
+ * @see URLConnection#getRequestProperty(String key)
+ * @see URLConnection#setRequestProperty(String key, String value)
*
* @since 1.4
*/
@@ -517,8 +517,8 @@ public abstract class URLConnection
*
* @exception IllegalStateException If already connected
*
- * @see URLConnection:setRequestProperty(String key, String value)
- * @see URLConnection:addRequestProperty(String key, String value)
+ * @see URLConnection#setRequestProperty(String key, String value)
+ * @see URLConnection#addRequestProperty(String key, String value)
*
* @return Value of the property.
*/
@@ -554,7 +554,7 @@ public abstract class URLConnection
*
* @deprecated 1.3 The method setRequestProperty should be used instead
*
- * @see URLConnection:setRequestProperty
+ * @see URLConnectionr#setRequestProperty(String key, String value)
*/
public static void setDefaultRequestProperty(String key, String value)
{
@@ -571,7 +571,7 @@ public abstract class URLConnection
*
* @deprecated 1.3 The method getRequestProperty should be used instead
*
- * @see URLConnection:getRequestProperty
+ * @see URLConnection#getRequestProperty(String key)
*/
public static String getDefaultRequestProperty(String key)
{
OpenPOWER on IntegriCloud