dlr         00/10/15 15:50:39

  Modified:    src/java/org/apache/velocity/util ExtendedProperties.java
  Log:
  Corrected @see which was generating JavaDoc warnings.  Perhaps this
  file actually belongs in a apache_java_utils.jar file?  A lot of
  Apache Java projects are using it, I believe.
  
  Revision  Changes    Path
  1.2       +2 -2      
jakarta-velocity/src/java/org/apache/velocity/util/ExtendedProperties.java
  
  Index: ExtendedProperties.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/util/ExtendedProperties.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ExtendedProperties.java   2000/10/09 21:17:37     1.1
  +++ ExtendedProperties.java   2000/10/15 22:50:38     1.2
  @@ -132,10 +132,10 @@
    * 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.java.util.Configurations
  + * @see org.apache.velocity.util.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/10/09 21:17:37 jvanzyl Exp $
  + * @version $Id: ExtendedProperties.java,v 1.2 2000/10/15 22:50:38 dlr Exp $
    */
   public class ExtendedProperties
       extends ConfigurationsRepository
  
  
  

Reply via email to