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:
Michael Koch 2004-01-27 21:05:29 +00:00 committed by Michael Koch
parent f79b77082f
commit 128d836433
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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