Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 84371 invoked from network); 15 Jul 2003 12:30:42 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 15 Jul 2003 12:30:42 -0000 Received: (qmail 29321 invoked by uid 97); 15 Jul 2003 12:33:11 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 29314 invoked from network); 15 Jul 2003 12:33:11 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 15 Jul 2003 12:33:11 -0000 Received: (qmail 82568 invoked by uid 500); 15 Jul 2003 12:30:20 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 82479 invoked by uid 500); 15 Jul 2003 12:30:20 -0000 Received: (qmail 82430 invoked from network); 15 Jul 2003 12:30:19 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 15 Jul 2003 12:30:18 -0000 Received: (qmail 52532 invoked by uid 1633); 15 Jul 2003 12:30:17 -0000 Date: 15 Jul 2003 12:30:17 -0000 Message-ID: <20030715123017.52531.qmail@icarus.apache.org> From: mbecke@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods HeadMethod.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 "HEAD". --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org