mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-18 12:41:25 +08:00
2004-01-27 Michael Koch <konqueror@gmx.de>
* gnu/java/net/protocol/http/Connection.java (getOutputStream): Fixed typo. From-SVN: r76748
This commit is contained in:
parent
f79b77082f
commit
128d836433
@ -1,3 +1,8 @@
|
||||
2004-01-27 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* gnu/java/net/protocol/http/Connection.java
|
||||
(getOutputStream): Fixed typo.
|
||||
|
||||
2004-01-27 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/lang/Class.java
|
||||
|
@ -387,7 +387,7 @@ public final class Connection extends HttpURLConnection
|
||||
{
|
||||
if (connected)
|
||||
throw new ProtocolException
|
||||
("You cannot get an outputstream for an existing http connection");
|
||||
("You cannot get an output stream for an existing http connection");
|
||||
|
||||
if (!doOutput)
|
||||
throw new ProtocolException
|
||||
|
Loading…
x
Reference in New Issue
Block a user