bojan       01/12/18 16:02:09

  Modified:    src/share/org/apache/tomcat/util/xml XmlMapper.java
  Log:
  Tabs corrected...
  
  Revision  Changes    Path
  1.40      +2 -2      
jakarta-tomcat/src/share/org/apache/tomcat/util/xml/XmlMapper.java
  
  Index: XmlMapper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/util/xml/XmlMapper.java,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- XmlMapper.java    2001/12/18 23:59:25     1.39
  +++ XmlMapper.java    2001/12/19 00:02:09     1.40
  @@ -98,8 +98,8 @@
        sb.append("/");
        for( int i=0; i< sp ; i++ ) sb.append( tagStack[i] ).append( "/" );
        sb.append(" ");
  -        if( sp > 0 ) {
  -         AttributeList attributes=(AttributeList) attributeStack[sp-1];
  +     if( sp > 0 ) {
  +         AttributeList attributes=(AttributeList) attributeStack[sp-1];
            if( attributes!=null)
                for (int i = 0; i < attributes.getLength (); i++) {
                    sb.append(attributes.getName(i)).append( "=" 
).append(attributes.getValue(i));
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to