openamf/src/java/org/openamf/recordset ASRecordSet.java,1.8,1.9

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

Modified Files:
	ASRecordSet.java 
Log Message:
small fixes

Index: ASRecordSet.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/recordset/ASRecordSet.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** ASRecordSet.java	30 Apr 2003 19:40:31 -0000	1.8
--- ASRecordSet.java	1 May 2003 01:00:46 -0000	1.9
***************
*** 152,156 ****
  
  	/**
! 	 * @param list List of JavaBeans, all bean should be of the same type
  	 * @param ignoreProperties properties that should not be added to the RecordSet
  	 */
--- 152,156 ----
  
  	/**
! 	 * @param list List of JavaBeans, all beans should be of the same type
  	 * @param ignoreProperties properties that should not be added to the RecordSet
  	 */
***************
*** 186,191 ****
  					Object value = null;
  					Method readMethod = descriptor.getReadMethod();
! 					if (readMethod == null) {
! 					} else {
  						value = readMethod.invoke(bean, new Object[0]);
  					}
--- 186,190 ----
  					Object value = null;
  					Method readMethod = descriptor.getReadMethod();
! 					if (readMethod != null) {
  						value = readMethod.invoke(bean, new Object[0]);
  					}




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
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.