geirm       01/02/11 17:25:41

  Modified:    src/java/org/apache/velocity/app FieldMethodizer.java
  Log:
  More package statement migration
  
  Revision  Changes    Path
  1.2       +2 -3      
jakarta-velocity/src/java/org/apache/velocity/app/FieldMethodizer.java
  
  Index: FieldMethodizer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/app/FieldMethodizer.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FieldMethodizer.java      2001/02/11 21:01:29     1.1
  +++ FieldMethodizer.java      2001/02/12 01:25:40     1.2
  @@ -1,3 +1,4 @@
  +package org.apache.velocity.app;
   /*
    * The Apache Software License, Version 1.1
    *
  @@ -52,8 +53,6 @@
    * <http://www.apache.org/>.
    */
   
  -package org.apache.velocity.app;
  -
   import java.lang.Class;
   import java.lang.reflect.Field;
   import java.lang.reflect.Modifier;
  @@ -92,7 +91,7 @@
    *  to handle them by explicitly placing them into the context.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Geir Magnusson Jr.</a>
  - * @version $Id: FieldMethodizer.java,v 1.1 2001/02/11 21:01:29 geirm Exp $ 
  + * @version $Id: FieldMethodizer.java,v 1.2 2001/02/12 01:25:40 geirm Exp $ 
    */
   public class FieldMethodizer
   {
  
  
  

Reply via email to