Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib
In directory 
james.mmbase.org:/tmp/cvs-serv1305/applications/taglib/src/org/mmbase/bridge/jsp/taglib

Modified Files:
        NodeListHelper.java 
Log Message:
Fixed some javadoc


See also: 
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib


Index: NodeListHelper.java
===================================================================
RCS file: 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/NodeListHelper.java,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- NodeListHelper.java 21 Oct 2008 18:28:53 -0000      1.40
+++ NodeListHelper.java 7 Apr 2009 08:25:56 -0000       1.41
@@ -27,7 +27,7 @@
 /**
  *
  * @author Michiel Meeuwissen
- * @version $Id: NodeListHelper.java,v 1.40 2008/10/21 18:28:53 michiel Exp $
+ * @version $Id: NodeListHelper.java,v 1.41 2009/04/07 08:25:56 nklasens Exp $
  * @since MMBase-1.7
  */
 
@@ -121,6 +121,7 @@
     /**
      * Set the list maximum
      * @param m the max number of values returned
+     * @throws JspTagException when parsing of attributes fails
      */
     public void setMax(String m) throws JspTagException {
         max = thisTag.getAttribute(m);
@@ -133,6 +134,7 @@
     /**
      * Set the list offset
      * @param o The offset for the List.
+     * @throws JspTagException when parsing of attributes fails
      */
     public void setOffset(String o) throws JspTagException {
         offset = thisTag.getAttribute(o);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to