mrglavas 2004/10/03 14:53:25
Modified: java/src/org/apache/xerces/xni XMLAttributes.java QName.java
Log:
Fixing Javadoc warnings.
Revision Changes Path
1.11 +2 -2 xml-xerces/java/src/org/apache/xerces/xni/XMLAttributes.java
Index: XMLAttributes.java
===================================================================
RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xni/XMLAttributes.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- XMLAttributes.java 24 Feb 2004 23:15:54 -0000 1.10
+++ XMLAttributes.java 3 Oct 2004 21:53:25 -0000 1.11
@@ -113,7 +113,7 @@
*
* @param uri The Namespace URI, or the empty string if
* the name has no Namespace URI.
- * @param localName The attribute's local name.
+ * @param localPart The attribute's local name.
*
* @return The index of the attribute, or -1 if it does not
* appear in the list.
1.8 +2 -2 xml-xerces/java/src/org/apache/xerces/xni/QName.java
Index: QName.java
===================================================================
RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xni/QName.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- QName.java 30 Jul 2004 22:15:22 -0000 1.7
+++ QName.java 3 Oct 2004 21:53:25 -0000 1.8
@@ -87,7 +87,7 @@
/**
* Convenience method to set the values of the qname components.
*
- * @param QName The qualified name to be copied.
+ * @param qname The qualified name to be copied.
*/
public void setValues(QName qname) {
prefix = qname.prefix;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]