use some cvs macros/id's
authormh <mh>
Fri, 28 Jun 2002 20:35:38 +0000 (20:35 +0000)
committermh <mh>
Fri, 28 Jun 2002 20:35:38 +0000 (20:35 +0000)
source/mir/entity/Entity.java

index a30bade..af81a90 100755 (executable)
@@ -20,8 +20,13 @@ import mir.misc.*;
  * Base Class of Entities
  * Interfacing TemplateHashModel and TemplateModelRoot to be freemarker compliant
  *
- * @author rk
- * @version 29.6.1999
+ * @version $Revision: 1.7 $ $Date: 2002/06/28 20:35:38 $
+ * @author $Author: mh $
+ *
+ * $Log: Entity.java,v $
+ * Revision 1.7  2002/06/28 20:35:38  mh
+ * use some cvs macros/id's
+ *
  *
  */
 
@@ -137,7 +142,6 @@ public class Entity implements TemplateHashModel, TemplateModelRoot
     return returnValue;
   }
 
-
   public boolean hasValueForField(String field)
   {
     if (theValuesHash!=null)