Index: src/java/org/apache/commons/httpclient/methods/HeadMethod.java =================================================================== RCS file: /home/cvspublic/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/HeadMethod.java,v retrieving revision 1.20 diff -u -r1.20 HeadMethod.java --- src/java/org/apache/commons/httpclient/methods/HeadMethod.java 15 Jul 2003 02:19:58 -0000 1.20 +++ src/java/org/apache/commons/httpclient/methods/HeadMethod.java 15 Jul 2003 04:02:57 -0000 @@ -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 "HEAD".