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 [EMAIL PROTECTED]
JXPathBindingBase.CommonAttributes}
+ * @param commonAtts common configuration attributes [EMAIL PROTECTED]
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 [EMAIL PROTECTED] Binding}