mbecke 2003/07/15 05:30:17
Modified: httpclient/src/java/org/apache/commons/httpclient/methods
HeadMethod.java
Log:
Removed non-ASCII chars from comments.
Revision Changes Path
1.21 +7 -7
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/HeadMethod.java
Index: HeadMethod.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/HeadMethod.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- HeadMethod.java 15 Jul 2003 02:19:58 -0000 1.20
+++ HeadMethod.java 15 Jul 2003 12:30:16 -0000 1.21
@@ -98,14 +98,14 @@
* @since 1.0
*/
public class HeadMethod extends HttpMethodBase {
- //~ Static variables/initializers
������������������������������������������
+ //~ Static variables/initializers
/** Log object for this class. */
private static final Log LOG = LogFactory.getLog(HeadMethod.class);
private int bodyCheckTimeout = -1; /* Disabled per default */
- //~ Constructors
�����������������������������������������������������������
+ //~ Constructors
/**
* No-arg constructor.
@@ -128,7 +128,7 @@
setFollowRedirects(true);
}
- //~ Methods
����������������������������������������������������������������
+ //~ Methods
/**
* Returns <tt>"HEAD"</tt>.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]