You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dg...@apache.org on 2003/08/20 01:35:00 UTC

cvs commit: jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources MessageList.java

dgraham     2003/08/19 16:35:00

  Modified:    resources/src/java/org/apache/commons/resources
                        MessageList.java
  Log:
  Fixed size() javadoc.
  
  Revision  Changes    Path
  1.4       +5 -5      jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/MessageList.java
  
  Index: MessageList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/MessageList.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MessageList.java	19 Apr 2003 18:46:43 -0000	1.3
  +++ MessageList.java	19 Aug 2003 23:35:00 -0000	1.4
  @@ -179,7 +179,7 @@
       /**
        * Return the number of messages recorded for all properties (including
        * global messages).  <strong>NOTE</strong> - it is more efficient to call
  -     * <code>empty()</code> if all you care about is whether or not there are
  +     * <code>isEmpty()</code> if all you care about is whether or not there are
        * any messages at all.
        */
       public int size();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org