From 5030bf1ee0239fa63cacfc9cb497a8b1a50e23b3 Mon Sep 17 00:00:00 2001 From: rk Date: Sun, 17 Feb 2002 17:50:46 +0000 Subject: [PATCH] EntityList now freemarker compliant. Deprecated makeSimpleList(EntityList) --- source/mir/entity/EntityList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mir/entity/EntityList.java b/source/mir/entity/EntityList.java index 4ca1e098..1df76c1d 100755 --- a/source/mir/entity/EntityList.java +++ b/source/mir/entity/EntityList.java @@ -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; } -- 2.11.0