openamf/src/java/org/openamf/recordset ASRecordSet.java,1.26,1.27
Sean Sullivan <[email protected]> Sat, 11 Sep 2004 16:43:23 +0000
| Newsgroups | gmane.comp.java.openamf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openamf/openamf/src/java/org/openamf/recordset In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14393/src/java/org/openamf/recordset Modified Files: ASRecordSet.java Log Message: merged code that was submitted by Matthew David Langston [openamf-developer mailing list, Sept 6 2004] Index: ASRecordSet.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/recordset/ASRecordSet.java,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** ASRecordSet.java 21 Aug 2004 04:58:25 -0000 1.26 --- ASRecordSet.java 11 Sep 2004 16:43:20 -0000 1.27 *************** *** 30,33 **** --- 30,34 ---- /** * @author Jason Calabrese <[email protected]> + * @author * @version $Revision$, $Date$ */ *************** *** 196,200 **** (initialRowCount > rows.size() ? rows.size() ! : initialRowCount - 1)); setInitialData(initialData); setTotalCount(rows.size()); --- 197,201 ---- (initialRowCount > rows.size() ? rows.size() ! : initialRowCount)); // NOTE: sublist semantics are [fromIndex, toIndex] setInitialData(initialData); setTotalCount(rows.size()); ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php