openamf/src/java/org/openamf/recordset ASRecordSet.java,1.13,1.14

[email protected]
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:/tmp/cvs-serv7674/src/java/org/openamf/recordset

Modified Files:
	ASRecordSet.java 
Log Message:
fixed an "off by one" bug

Index: ASRecordSet.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/recordset/ASRecordSet.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** ASRecordSet.java	5 Jul 2003 19:50:48 -0000	1.13
--- ASRecordSet.java	8 Jul 2003 23:08:02 -0000	1.14
***************
*** 178,182 ****
  				0,
  				(initialRowCount > rows.size()
! 					? rows.size() - 1
  					: initialRowCount - 1));
  		setInitialData(initialData);
--- 178,182 ----
  				0,
  				(initialRowCount > rows.size()
! 					? rows.size()
  					: initialRowCount - 1));
  		setInitialData(initialData);




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.