+1
Robert Burrell Donkin wrote:
> i think that ConcreteElement.isEmpty() is a useful method and should be commited.
> thumbs up or thumbs down?
>
> - robert
>
> ------------------------------------------------------------------------
> Index: src/java/org/apache/ecs/ConcreteElement.java
> ===================================================================
> RCS file: /home/cvs/jakarta-ecs/src/java/org/apache/ecs/ConcreteElement.java,v
> retrieving revision 1.24
> diff -u -r1.24 ConcreteElement.java
> --- src/java/org/apache/ecs/ConcreteElement.java 2001/03/12 18:39:34 1.24
> +++ src/java/org/apache/ecs/ConcreteElement.java 2001/04/04 18:11:36
> @@ -469,4 +469,9 @@
> throw new InternalError(ioe.toString());
> }
> }
> +
> + public boolean isEmpty()
> + {
> + return registryList.isEmpty();
> + }
> }
>
> ------------------------------------------------------------------------
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]