brett 2004/07/09 19:11:03
Modified: jelly/src/java/org/apache/commons/jelly/parser
XMLParser.java
Log:
correct javadoc
Revision Changes Path
1.49 +2 -2
jakarta-commons/jelly/src/java/org/apache/commons/jelly/parser/XMLParser.java
Index: XMLParser.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/parser/XMLParser.java,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- XMLParser.java 24 Feb 2004 14:03:29 -0000 1.48
+++ XMLParser.java 10 Jul 2004 02:11:03 -0000 1.49
@@ -149,7 +149,7 @@
*/
protected HashMap namespaces = new HashMap();
- /** The Map of the namespace prefix -> URIs defined for the current element */
+ /** The Map of the namespace prefix -> URIs defined for the current element
*/
private Map elementNamespaces;
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]