From: rk Date: Sun, 17 Feb 2002 17:50:46 +0000 (+0000) Subject: EntityList now freemarker compliant. Deprecated makeSimpleList(EntityList) X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=5030bf1ee0239fa63cacfc9cb497a8b1a50e23b3;p=mir.git EntityList now freemarker compliant. Deprecated makeSimpleList(EntityList) --- 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; }