full support for comment status in admin
[mir.git] / source / mir / entity / adapter / EntityAdapter.java
index e5ad90e..ba2dca1 100755 (executable)
@@ -99,7 +99,7 @@ public class EntityAdapter implements Map {
   }
 
   public boolean isEmpty() {
-    throw new UnsupportedOperationException("EntityAdapter.isEmpty()");
+    return false;
   }
 
   public Set keySet() {