mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-02 12:50:43 +08:00
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
@ -1,3 +1,8 @@
|
||||
2004-03-11 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/net/HttpURLConnection.java:
|
||||
Fixed typo in javadoc.
|
||||
|
||||
2004-03-11 Guilhem Lavaux <guilhem@kaffe.org>
|
||||
|
||||
* java/io/BufferedInputStream.java (marktarget): New field for max
|
||||
|
@ -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…
x
Reference in New Issue
Block a user