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
2 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue