oglueck 2003/12/05 12:18:22
Modified: httpclient/src/java/org/apache/commons/httpclient Tag:
HTTPCLIENT_2_0_BRANCH Header.java StatusLine.java
Log:
JavaDoc
Revision Changes Path
No revision
No revision
1.10.2.2 +9 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Header.java
Index: Header.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Header.java,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -u -r1.10.2.1 -r1.10.2.2
--- Header.java 1 Nov 2003 21:13:56 -0000 1.10.2.1
+++ Header.java 5 Dec 2003 20:18:22 -0000 1.10.2.2
@@ -94,7 +94,11 @@
// --------------------------------------------------------- Public Methods
/**
- * Returns a [EMAIL PROTECTED] String} representation of the header.
+ * Returns a [EMAIL PROTECTED] String} representation of the header in the form:
+ * <pre>
+ * Name: valueCRLF
+ * </pre>
+ * The string is terminated by CRLF.
*
* @return stringHEAD
*/
1.9.2.2 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/StatusLine.java
Index: StatusLine.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/StatusLine.java,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -r1.9.2.1 -r1.9.2.2
--- StatusLine.java 19 Oct 2003 18:49:56 -0000 1.9.2.1
+++ StatusLine.java 5 Dec 2003 20:18:22 -0000 1.9.2.2
@@ -199,7 +199,7 @@
}
/**
- * Return a string representation of this object.
+ * Return the status line as it was set by the constructor.
* @return a string represenation of this object.
*/
public final String toString() {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]