You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by hu...@apache.org on 2002/11/21 03:07:39 UTC

cvs commit: jakarta-commons-sandbox/scaffold/src/java/org/apache/commons/scaffold/lucene SearchUtils.java

husted      2002/11/20 18:07:39

  Modified:    scaffold/src/java/org/apache/commons/scaffold/lucene
                        SearchUtils.java
  Log:
  + ResultSetUtils: Deprecate setProperties in favor of BeanUtils.copyProperties.
  
  Revision  Changes    Path
  1.4       +3 -3      jakarta-commons-sandbox/scaffold/src/java/org/apache/commons/scaffold/lucene/SearchUtils.java
  
  Index: SearchUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/scaffold/src/java/org/apache/commons/scaffold/lucene/SearchUtils.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SearchUtils.java	18 Oct 2002 20:44:37 -0000	1.3
  +++ SearchUtils.java	21 Nov 2002 02:07:39 -0000	1.4
  @@ -31,8 +31,8 @@
        * Populate the properties of the specified JavaBean from the specified
        * Lucene document, based on matching each parameter name against the
        * corresponding JavaBeans "property setter" methods in the bean's class.
  -     * Suitable conversion is done for argument types as described under
  -     * <code>setProperties()</code>.
  +     * See <code>BeanUtils.CopyProperites</code> for more about automatic 
  +     * conversion between types.
        *
        * @param bean The JavaBean whose properties are to be set
        * @param document The Lucene document whose parameters are to be used
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>