terminals are 80x24.
authormh <mh>
Thu, 7 Feb 2002 10:13:04 +0000 (10:13 +0000)
committermh <mh>
Thu, 7 Feb 2002 10:13:04 +0000 (10:13 +0000)
source/mir/misc/HTMLTemplateProcessor.java

index 8a79705..d2e224c 100755 (executable)
@@ -264,10 +264,10 @@ public final class HTMLTemplateProcessor {
    *  @param entity ist die Entity
    *  @return SimpleHash mit den entsprechenden freemarker Daten
    *
-   *  @deprecated This method is deprecated and will be deleted in the next release.
-   *  AbstractEntity interfaces freemarker.template.TemplateHashModel now and can
-   *  be used in the same way as SimpleHash. It is not necessary any more to make
-   *  a SimpleHash from an Entity
+   *  @deprecated This method is deprecated and will be deleted in the next
+   *  release. Entity interfaces freemarker.template.TemplateHashModel now
+   *  and can be used in the same way as SimpleHash. It is not necessary any 
+   *  more to make a SimpleHash from an Entity
    */
   public static SimpleHash makeSimpleHash(Entity entity) {
     if (entity != null) {