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

[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-serv20780/src/java/org/openamf/recordset

Modified Files:
	ASRecordSet.java 
Log Message:
fixed bug with empty lists

Index: ASRecordSet.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/recordset/ASRecordSet.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** ASRecordSet.java	8 Jul 2003 23:08:02 -0000	1.14
--- ASRecordSet.java	14 Jul 2003 09:01:26 -0000	1.15
***************
*** 45,48 ****
--- 45,49 ----
  		put(SI, serverInfo);
  		setId("RS" + String.valueOf(this.hashCode()));
+ 		setInitialData(new ArrayList());
  		setServiceName(SERVICE_NAME);
  		setCursor(1);




-------------------------------------------------------
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/bulletproofapps1
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.