Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C7E89930 for ; Wed, 29 Feb 2012 16:12:09 +0000 (UTC) Received: (qmail 91737 invoked by uid 500); 29 Feb 2012 16:12:08 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 91646 invoked by uid 500); 29 Feb 2012 16:12:08 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 91638 invoked by uid 99); 29 Feb 2012 16:12:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Feb 2012 16:12:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [85.13.144.143] (HELO dd25322.kasserver.com) (85.13.144.143) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Feb 2012 16:12:00 +0000 Received: from [192.168.2.101] (dslb-094-220-112-044.pools.arcor-ip.net [94.220.112.44]) by dd25322.kasserver.com (Postfix) with ESMTPSA id D01EA1DFA076 for ; Wed, 29 Feb 2012 17:11:38 +0100 (CET) Message-ID: <4F4E4E37.6090901@systemoutprintln.de> Date: Wed, 29 Feb 2012 17:11:35 +0100 From: Benedikt Ritter User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Commons Developers List Subject: Re: [lang] Please fix DateParser Javadocs References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Am 29.02.2012 15:28, schrieb Gary Gregory: > Can someone please fix: > > [WARNING] > C:\svn\org\apache\commons\trunks-proper\lang\src\main\java\org\apache\commons\lang3\time\DateParser.java:75: > warning - Tag @link: can't find getTimeZo > neOverridesCalendar() in org.apache.commons.lang3.time.DateParser The problem is, that there is no method with name "getTimeZoneOverridesCalendar()" in DateParser, so that link can't be resolved (I think you already knew that :). I suppose the comment is meant to refer to getTimeZone() in java.util.Calendar. If so, you can fix that by changing the link to: {@link java.util.Calendar#getTimeZone()} Regards, Benedikt > > It's not obvious to me what the right fix is. > > Thank you, > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org