Commit 75e0f3fe by Michael Koch Committed by Michael Koch

2004-03-12 Michael Koch <konqueror@gmx.de>

	* java/net/HttpURLConnection.java
	(getResponseCode): Fix another typo in javadoc.

From-SVN: r79374
parent 75959f0a
2004-03-12 Michael Koch <konqueror@gmx.de>
* java/net/HttpURLConnection.java
(getResponseCode): Fix another typo in javadoc.
2004-03-11 Michael Koch <konqueror@gmx.de>
* java/util/logging/Level.java
......
......@@ -320,7 +320,7 @@ public abstract class HttpURLConnection extends URLConnection
protected boolean instanceFollowRedirects = followRedirects;
/**
* Whether we alreadt got a valid response code for this connection.
* Whether we already got a valid response code for this connection.
* Used by <code>getResponseCode()</code> and
* <code>getResponseMessage()</code>.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment