You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2003/05/22 16:16:08 UTC

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils BeanUtilsBean.java

rdonkin     2003/05/22 07:16:08

  Modified:    beanutils/src/java/org/apache/commons/beanutils
                        BeanUtilsBean.java
  Log:
  Removed misleading @exception from java docs. NullPointerException should never been through in the circumstances lists and the actual exception thrown is listed above.
  
  Revision  Changes    Path
  1.9       +4 -6      jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/BeanUtilsBean.java
  
  Index: BeanUtilsBean.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/BeanUtilsBean.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- BeanUtilsBean.java	21 May 2003 09:41:45 -0000	1.8
  +++ BeanUtilsBean.java	22 May 2003 14:16:08 -0000	1.9
  @@ -260,8 +260,6 @@
        *  <code>orig</code> argument is null
        * @exception InvocationTargetException if the property accessor method
        *  throws an exception
  -     * @exception NullPointerException if <code>orig</code> or
  -     *  <code>dest</code> is <code>null</code>
        */
       public void copyProperties(Object dest, Object orig)
           throws IllegalAccessException, InvocationTargetException {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org