Commit 128d8364 by Michael Koch Committed by Michael Koch

2004-01-27 Michael Koch <konqueror@gmx.de>

	* gnu/java/net/protocol/http/Connection.java
	(getOutputStream): Fixed typo.

From-SVN: r76748
parent f79b7708
2004-01-27 Michael Koch <konqueror@gmx.de> 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 * java/lang/Class.java
(getConstructor): Removed SecurityException from throws clause. (getConstructor): Removed SecurityException from throws clause.
(_getConstructors): Likewise. (_getConstructors): Likewise.
......
...@@ -387,7 +387,7 @@ public final class Connection extends HttpURLConnection ...@@ -387,7 +387,7 @@ public final class Connection extends HttpURLConnection
{ {
if (connected) if (connected)
throw new ProtocolException 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) if (!doOutput)
throw new ProtocolException throw new ProtocolException
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment