HttpURLConnection.java: Fixed typo in javadoc.
2004-03-11 Michael Koch <konqueror@gmx.de> * java/net/HttpURLConnection.java: Fixed typo in javadoc. From-SVN: r79328
This commit is contained in:
parent
f0a4c30f7e
commit
c21a266bf2
2 changed files with 6 additions and 1 deletions
|
@ -321,7 +321,7 @@ public abstract class HttpURLConnection extends URLConnection
|
|||
|
||||
/**
|
||||
* Whether we alreadt got a valid response code for this connection.
|
||||
* Used by <code>getResponceCode()</code> and
|
||||
* Used by <code>getResponseCode()</code> and
|
||||
* <code>getResponseMessage()</code>.
|
||||
*/
|
||||
private boolean gotResponseVals = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue