You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2003/11/25 00:59:56 UTC

cvs commit: xml-xalan/java/src/org/apache/xml/serializer NamespaceMappings.java

minchau     2003/11/24 15:59:56

  Modified:    java/src/org/apache/xml/serializer NamespaceMappings.java
  Log:
  
  Submitted by:	Brian Minchau
  Just indentation and whitespace changes in the code
  (trying to get Apache head and the xslt2.0-compiled branches closer).
  
  Revision  Changes    Path
  1.5       +6 -6      xml-xalan/java/src/org/apache/xml/serializer/NamespaceMappings.java
  
  Index: NamespaceMappings.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/serializer/NamespaceMappings.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NamespaceMappings.java	22 Oct 2003 17:45:18 -0000	1.4
  +++ NamespaceMappings.java	24 Nov 2003 23:59:56 -0000	1.5
  @@ -319,12 +319,12 @@
       
       public final void reset()
       {
  -    	this.count = 0;
  -    	this.m_namespaces.clear();
  -    	this.m_nodeStack.clear();
  -    	this.m_prefixStack.clear();
  -    	
  -    	initNamespaces();
  +        this.count = 0;
  +        this.m_namespaces.clear();
  +        this.m_nodeStack.clear();
  +        this.m_prefixStack.clear();
  +        
  +        initNamespaces();
       }
   
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org