2004-03-12 Michael Koch <konqueror@gmx.de>
* java/net/HttpURLConnection.java (getResponseCode): Fix another typo in javadoc. From-SVN: r79374
This commit is contained in:
parent
75959f0a1d
commit
75e0f3fe0f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2004-03-11 Michael Koch <konqueror@gmx.de>
|
||||||
|
|
||||||
* java/util/logging/Level.java
|
* java/util/logging/Level.java
|
||||||
|
|
|
@ -320,7 +320,7 @@ public abstract class HttpURLConnection extends URLConnection
|
||||||
protected boolean instanceFollowRedirects = followRedirects;
|
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
|
* Used by <code>getResponseCode()</code> and
|
||||||
* <code>getResponseMessage()</code>.
|
* <code>getResponseMessage()</code>.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue