Return-Path: Delivered-To: apmail-roller-user-archive@www.apache.org Received: (qmail 10183 invoked from network); 11 May 2008 23:14:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 May 2008 23:14:54 -0000 Received: (qmail 189 invoked by uid 500); 11 May 2008 23:14:54 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 168 invoked by uid 500); 11 May 2008 23:14:54 -0000 Mailing-List: contact user-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@roller.apache.org Delivered-To: mailing list user@roller.apache.org Received: (qmail 157 invoked by uid 99); 11 May 2008 23:14:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 May 2008 16:14:54 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of snoopdave@gmail.com designates 209.85.132.248 as permitted sender) Received: from [209.85.132.248] (HELO an-out-0708.google.com) (209.85.132.248) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 May 2008 23:14:09 +0000 Received: by an-out-0708.google.com with SMTP id c23so499209anc.121 for ; Sun, 11 May 2008 16:14:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=6+MnAQI6zDmUs1G8kk5pLZl3ECwAH/lnRgxQ3ildx3U=; b=fMzl9/QugHWvPUEr6kXhCmpFSKKxkw4URDQy70QfxcdzcoE8VGpV8HT7E6e91J0qn+qcikUc3kRSF1jVntVfCwWealUYw7739VFtWZd6NZUtZUe4BUwy5tZylJgC4PfzjS7pftZFxrDupRJrUoCNQSRbKVjRbT/9H7t1h1/TL0U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EzKFVTGlOUlTa7+6U6KP72NIC85PcpSvzP/36TOqEL685Mdf4hh5JIvgNjvPn2SbYYbnIKqFwjJFeSRT7BEvnOJbsLi3CYdraFAVCJeNliFjjL+JLtaDwMT2QoV6kHgevvq0mF1MZ23UzNVxqBosFtVhPsBv5tJAg953zUnrN0U= Received: by 10.100.120.15 with SMTP id s15mr7693566anc.46.1210547663059; Sun, 11 May 2008 16:14:23 -0700 (PDT) Received: by 10.100.196.18 with HTTP; Sun, 11 May 2008 16:14:22 -0700 (PDT) Message-ID: <8fb9ac720805111614h30cc5bffue3c0a17d4fb8f979@mail.gmail.com> Date: Sun, 11 May 2008 19:14:22 -0400 From: Dave To: user@roller.apache.org Subject: Re: problem in documenting method In-Reply-To: <20080511055205.DD65572497E@athena.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080511055205.DD65572497E@athena.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org On Sun, May 11, 2008 at 2:52 AM, Odelya YomTov-Glick wrote: > Pager getWeblogsByLetterPager(String letter, int sinceDays, int max) > Get pager that returns Weblog objects. Will only return weblogs whose names > start with letter, created in > last sinceDays number of days and never more than max items. > > This method is not being documented correctly. Since it returns weblogs > whose handle starts with the first letter of the String letter and not whose > names starts with it. Thanks Odelya, I filed a bug for this one, so we won't forget it: https://issues.apache.org/roller/browse/ROL-1715 - Dave