This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FYI: Patch: java.net.HttpURLConnection


Am Freitag, 12. März 2004 07:28 schrieb Joerg Brunsmann:
> -- Michael Koch wrote:
> > I just commited the attached obvious patch to trunk to fix a little
> > typo.
>
> You might want to fix the other javadoc typo as well.

Damn, I havent seen this one before. I have commited the attached 
obvious patch.


Michael


2004-03-12  Michael Koch  <konqueror@gmx.de>

	* java/net/HttpURLConnection.java
	(getResponseCode): Fix another typo in javadoc.

Index: java/net/HttpURLConnection.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/net/HttpURLConnection.java,v
retrieving revision 1.13
diff -u -b -B -r1.13 HttpURLConnection.java
--- java/net/HttpURLConnection.java	11 Mar 2004 15:39:49 -0000	1.13
+++ java/net/HttpURLConnection.java	12 Mar 2004 07:56:45 -0000
@@ -320,7 +320,7 @@
   protected boolean instanceFollowRedirects = followRedirects;
 
   /**
-   * Whether we alreadt got a valid response code for this connection.
+   * Whether we already got a valid response code for this connection.
    * Used by <code>getResponseCode()</code> and
    * <code>getResponseMessage()</code>.
    */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]