dion        2004/09/08 21:16:30

  Modified:    jelly/src/java/org/apache/commons/jelly
                        DynaBeanTagSupport.java
  Log:
  Correct constants
  
  Revision  Changes    Path
  1.14      +3 -3      
jakarta-commons/jelly/src/java/org/apache/commons/jelly/DynaBeanTagSupport.java
  
  Index: DynaBeanTagSupport.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/DynaBeanTagSupport.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- DynaBeanTagSupport.java   24 Feb 2004 14:15:40 -0000      1.13
  +++ DynaBeanTagSupport.java   9 Sep 2004 04:16:29 -0000       1.14
  @@ -1,6 +1,6 @@
   /*
    * Copyright 2002,2004 The Apache Software Foundation.
  - * 
  + *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
    * You may obtain a copy of the License at
  @@ -31,7 +31,7 @@
   
   public abstract class DynaBeanTagSupport extends DynaTagSupport {
   
  -    /** the DynaBean which is used to store the attributes of this tag */
  +    /** the DynaBean which is used to store the attributes of this tag. */
       private DynaBean dynaBean;
   
       public DynaBeanTagSupport() {
  @@ -41,7 +41,7 @@
           this.dynaBean = dynaBean;
       }
        
  -    /** Sets the context in which the tag will be run */
  +    /** Sets the context in which the tag will be run. */
       public void setContext(JellyContext context) throws JellyTagException {
           this.context = context;
           beforeSetAttributes();
  
  
  

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

Reply via email to