rdonkin 2003/01/13 10:07:53
Modified: betwixt/src/java/org/apache/commons/betwixt
NodeDescriptor.java
betwixt/xdocs todo.xml
Log:
Improved java docs
Revision Changes Path
1.5 +2 -2
jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/NodeDescriptor.java
Index: NodeDescriptor.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/NodeDescriptor.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- NodeDescriptor.java 12 Jan 2003 13:52:03 -0000 1.4
+++ NodeDescriptor.java 13 Jan 2003 18:07:52 -0000 1.5
@@ -234,7 +234,7 @@
/**
- *
+ * Gets the name of the bean property to which this node refers
* @return the name of the bean property to which this node refers to,
* or null if it is just a constant
*/
@@ -243,7 +243,7 @@
}
/**
- * Sets the name of the bean property to which this node refers to,
+ * Sets the name of the bean property to which this node refers
* @param propertyName the name of the bean property.
* Or null, if this node is not mapped to to a bean property
*/
1.29 +5 -5 jakarta-commons/betwixt/xdocs/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/todo.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- todo.xml 12 Jan 2003 13:55:06 -0000 1.28
+++ todo.xml 13 Jan 2003 18:07:52 -0000 1.29
@@ -18,10 +18,7 @@
<li>
<strong>Create DTD for .betwixt files.</strong>
</li>
- <li>
- <strong>Improve Java Docs. </strong>
- Go through java docs, add any which are missing, correct any
mistakes etc.
- </li>
+
<li>
<strong>Test Against Powered By Projects. </strong>
Make sure release works with maven (done) and scarab.
@@ -236,9 +233,12 @@
Add documentation about the XMLIntrospector settings to main
documentation.
Make sure that warnings are added about consequences of changing
settings.
</li>
+ <li>
+ <strong>Improve Java Docs. </strong>
+ Go through java docs, add any which are missing, correct any
mistakes etc.
+ </li>
</ul>
</subsection>
-
</section>
</body>
</document>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>