You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by br...@apache.org on 2004/07/10 04:11:03 UTC

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly/parser XMLParser.java

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org