dion        2004/08/30 22:16:16

  Modified:    jelly/src/java/org/apache/commons/jelly/tags/core
                        UseBeanTag.java
  Log:
  Update comment
  
  Revision  Changes    Path
  1.17      +5 -5      
jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core/UseBeanTag.java
  
  Index: UseBeanTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core/UseBeanTag.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- UseBeanTag.java   31 Aug 2004 04:26:51 -0000      1.16
  +++ UseBeanTag.java   31 Aug 2004 05:16:15 -0000      1.17
  @@ -203,12 +203,12 @@
       }
       
       /**
  -     * If [EMAIL PROTECTED] #isIgnoreUnknownProperties()} return true, make sure 
that
  -     * every non ignored ([EMAIL PROTECTED] #addIgnoreProperty(String)}) property
  +     * If [EMAIL PROTECTED] #isIgnoreUnknownProperties()} returns true, make sure 
that
  +     * every non-ignored ([EMAIL PROTECTED] #addIgnoreProperty(String)}) property
        * matches a writable property on the target bean.
  -     * @param bean
  -     * @param attributes
  -     * @throws JellyTagException
  +     * @param bean the bean to validate
  +     * @param attributes the list of properties to validate
  +     * @throws JellyTagException when a property is not writeable
        */
       protected void validateBeanProperties(Object bean, Map attributes) throws 
JellyTagException {
           if (!isIgnoreUnknownProperties()) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to