2 more comments: 1. why take the letter.charAt(0) and not the whole letter? Let's say someone wants the whole word as for example: Mc and not only M 2. maybe it will be a good idea to send as String the field name that we want it to be like letter, for example: emailAddress, name, description etc and by that you don't have to create method for each one..
Thanks -----Original Message----- From: Dave [mailto:[EMAIL PROTECTED] Sent: Monday, May 12, 2008 1:14 AM To: [email protected] Subject: Re: problem in documenting method On Sun, May 11, 2008 at 2:52 AM, Odelya YomTov-Glick <[EMAIL PROTECTED]> 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 **************************************************************************** ******** This footnote confirms that this email message has been scanned by PineApp Mail-SeCure for the presence of malicious code, vandals & computer viruses. **************************************************************************** ********
