EntityList now freemarker compliant. Deprecated makeSimpleList(EntityList)
authorrk <rk>
Sun, 17 Feb 2002 17:50:46 +0000 (17:50 +0000)
committerrk <rk>
Sun, 17 Feb 2002 17:50:46 +0000 (17:50 +0000)
source/mir/entity/EntityList.java

index 4ca1e09..1df76c1 100755 (executable)
@@ -231,7 +231,7 @@ public class EntityList implements TemplateListModel {
   public boolean isEmpty() {
    theLog.printDebugInfo("EntityList: isempty");
     if (theEntityArrayList!=null)
-      return theEntityArrayList.size()>0 ;
+      return theEntityArrayList.size()<1 ;
     else return false;
   }