Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 89804 invoked from network); 2 Apr 2004 10:46:47 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Apr 2004 10:46:47 -0000 Received: (qmail 27757 invoked by uid 500); 2 Apr 2004 10:46:21 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 27622 invoked by uid 500); 2 Apr 2004 10:46:20 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 27610 invoked by uid 500); 2 Apr 2004 10:46:20 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 27606 invoked from network); 2 Apr 2004 10:46:20 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 2 Apr 2004 10:46:20 -0000 Received: (qmail 89797 invoked by uid 1672); 2 Apr 2004 10:46:46 -0000 Date: 2 Apr 2004 10:46:46 -0000 Message-ID: <20040402104646.89796.qmail@minotaur.apache.org> From: joerg@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/binding CustomJXPathBinding.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N joerg 2004/04/02 02:46:46 Modified: src/blocks/forms/java/org/apache/cocoon/forms/binding CustomJXPathBinding.java Log: fixed javadoc error Revision Changes Path 1.3 +1 -1 cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/binding/CustomJXPathBinding.java Index: CustomJXPathBinding.java =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/binding/CustomJXPathBinding.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- CustomJXPathBinding.java 1 Apr 2004 23:00:54 -0000 1.2 +++ CustomJXPathBinding.java 2 Apr 2004 10:46:46 -0000 1.3 @@ -41,7 +41,7 @@ /** * Constructs CustomJXPathBinding - * @param commonAtts common configuration attributes {@link JXPathBindingBase.CommonAttributes} + * @param commonAtts common configuration attributes {@link JXPathBindingBuilderBase.CommonAttributes} * @param widgetId id of the widget to bind to * @param xpath jxpath expression to narrow down the context to before calling the wrapped Binding * @param wrappedBinding the actual custom written Binding implementation of {@link Binding}