This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
FYI: Patch: java.net.HttpURLConnection
- From: Michael Koch <konqueror at gmx dot de>
- To: java-patches at gcc dot gnu dot org
- Date: Thu, 11 Mar 2004 16:42:39 +0100
- Subject: FYI: Patch: java.net.HttpURLConnection
Hi list,
I just commited the attached obvious patch to trunk to fix a little
typo.
Michael
2004-03-11 Michael Koch <konqueror@gmx.de>
* java/net/HttpURLConnection.java:
Fixed typo in javadoc.
cvs -f diff -bp -u -r1.12 -r1.13 java/net/HttpURLConnection.java
Index: java/net/HttpURLConnection.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/net/HttpURLConnection.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -p -u -r1.12 -r1.13
--- java/net/HttpURLConnection.java 19 Jun 2003 15:08:22 -0000 1.12
+++ java/net/HttpURLConnection.java 11 Mar 2004 15:39:49 -0000 1.13
@@ -321,7 +321,7 @@ public abstract class HttpURLConnection
/**
* 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;