openamf/src/java/org/openamf/recordset ASRecordSet.java,1.11,1.12
| 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-serv15032/src/java/org/openamf/recordset
Modified Files:
ASRecordSet.java
Log Message:
renamed Config to OpenAMFConfig
Index: ASRecordSet.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/recordset/ASRecordSet.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ASRecordSet.java 28 May 2003 15:53:29 -0000 1.11
--- ASRecordSet.java 10 Jun 2003 17:30:12 -0000 1.12
***************
*** 18,22 ****
import org.apache.commons.logging.LogFactory;
import org.openamf.ASObject;
! import org.openamf.config.Config;
public class ASRecordSet extends ASObject {
--- 18,22 ----
import org.apache.commons.logging.LogFactory;
import org.openamf.ASObject;
! import org.openamf.config.OpenAMFConfig;
public class ASRecordSet extends ASObject {
***************
*** 50,54 ****
rows = new ArrayList();
initialRowCount =
! Config
.getInstance()
.getPageableRecordsetConfig()
--- 50,54 ----
rows = new ArrayList();
initialRowCount =
! OpenAMFConfig
.getInstance()
.getPageableRecordsetConfig()
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.