From: mh Date: Fri, 28 Jun 2002 20:35:38 +0000 (+0000) Subject: use some cvs macros/id's X-Git-Tag: MIR_1_0_0_RC1~74 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=e05b199dab6571f51a003d6bb2a4dd5e6e61b29e;hp=238254c1b04d15d5fb641311f80324433e9908c1;p=mir.git use some cvs macros/id's --- diff --git a/source/mir/entity/Entity.java b/source/mir/entity/Entity.java index a30bade9..af81a90e 100755 --- a/source/mir/entity/Entity.java +++ b/source/mir/entity/Entity.java @@ -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)