rdonkin 2003/09/08 06:57:58
Modified: betwixt/src/java/org/apache/commons/betwixt/io
BeanRuleSet.java
Log:
Improved java docs
Revision Changes Path
1.13 +8 -5
jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanRuleSet.java
Index: BeanRuleSet.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanRuleSet.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- BeanRuleSet.java 24 Aug 2003 16:54:56 -0000 1.12
+++ BeanRuleSet.java 8 Sep 2003 13:57:58 -0000 1.13
@@ -562,6 +562,7 @@
*
* @param descriptor the <code>ElementDescriptor</code> describing the
element mapped
* @param beanClass the <code>Class</code> to be created
+ * @param context the <code>ReadContext</code> for this rule
*/
public BeanRule( ElementDescriptor descriptor, Class beanClass,
ReadContext context ) {
this( descriptor.getQualifiedName() + "/", descriptor, beanClass,
context );
@@ -790,6 +791,8 @@
/**
* Factory method to create new bean instances
*
+ * @param namespace the namespace for the element
+ * @param name the local name
* @param attributes the <code>Attributes</code> used to match
<code>ID/IDREF</code>
* @return the created bean
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]