mrglavas    2003/10/31 13:35:44

  Modified:    java/src/org/apache/xerces/xinclude XIncludeHandler.java
                        MultipleScopeNamespaceSupport.java
  Log:
  Fixing Bugzilla #22482.
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22482
  
  Modified patch submitted by Jari Aalto. The JLS states that
  // comments must be followed by a line terminator. This seems
  to have been the problem. The end of line was missing in both
  of these files.
  
  Revision  Changes    Path
  1.6       +1 -1      
xml-xerces/java/src/org/apache/xerces/xinclude/XIncludeHandler.java
  
  Index: XIncludeHandler.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/xinclude/XIncludeHandler.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XIncludeHandler.java      17 Oct 2003 21:59:12 -0000      1.5
  +++ XIncludeHandler.java      31 Oct 2003 21:35:44 -0000      1.6
  @@ -2095,4 +2095,4 @@
               }
           }
       }
  -} // class XIncludeHandler
  \ No newline at end of file
  +}
  
  
  
  1.4       +1 -1      
xml-xerces/java/src/org/apache/xerces/xinclude/MultipleScopeNamespaceSupport.java
  
  Index: MultipleScopeNamespaceSupport.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/xinclude/MultipleScopeNamespaceSupport.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MultipleScopeNamespaceSupport.java        17 Oct 2003 21:43:12 -0000      1.3
  +++ MultipleScopeNamespaceSupport.java        31 Oct 2003 21:35:44 -0000      1.4
  @@ -229,4 +229,4 @@
           fCurrentContext = fScope[fCurrentScope--];
           popContext();
       }
  -} // class NamespaceSupport
  \ No newline at end of file
  +}
  
  
  

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

Reply via email to