geirm       01/01/06 12:57:03

  Modified:    src/java/org/apache/velocity/runtime/configuration
                        ExtendedProperties.java
  Log:
  No functional change.  Fix for clean javadoc build.
  
  Revision  Changes    Path
  1.2       +3 -2      
jakarta-velocity/src/java/org/apache/velocity/runtime/configuration/ExtendedProperties.java
  
  Index: ExtendedProperties.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/configuration/ExtendedProperties.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ExtendedProperties.java   2000/11/02 02:53:15     1.1
  +++ ExtendedProperties.java   2001/01/06 20:57:03     1.2
  @@ -132,10 +132,11 @@
    * much time to improve it), I wrote it this way.  If you don't like
    * it, go ahead and tune it up!
    *
  - * @see org.apache.velocity.util.Configurations
  + * @see org.apache.velocity.runtime.configuration.Configurations
  + *
    * @author <a href="mailto:[EMAIL PROTECTED]">Stefano Mazzocchi</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Jon S. Stevens</a>
  - * @version $Id: ExtendedProperties.java,v 1.1 2000/11/02 02:53:15 daveb Exp $
  + * @version $Id: ExtendedProperties.java,v 1.2 2001/01/06 20:57:03 geirm Exp $
    */
   public class ExtendedProperties
       extends ConfigurationsRepository
  
  
  

Reply via email to