svn commit: r724477 - /xalan/c/trunk/src/xalanc/XercesParserLiaison/XercesDOMSupport.hpp

[email protected] Mon, 08 Dec 2008 20:55:50 -0000
Newsgroups gmane.text.xml.xalan.cvs
Message-ID <[email protected]>
Author: dbertoni
Date: Mon Dec  8 12:55:50 2008
New Revision: 724477

URL: http://svn.apache.org/viewvc?rev=724477&view=rev
Log:
Fixed comment in header file.

Modified:
    xalan/c/trunk/src/xalanc/XercesParserLiaison/XercesDOMSupport.hpp

Modified: xalan/c/trunk/src/xalanc/XercesParserLiaison/XercesDOMSupport.hpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/XercesParserLiaison/XercesDOMSupport.hpp?rev=724477&r1=724476&r2=724477&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/XercesParserLiaison/XercesDOMSupport.hpp (original)
+++ xalan/c/trunk/src/xalanc/XercesParserLiaison/XercesDOMSupport.hpp Mon Dec  8 12:55:50 2008
@@ -46,13 +46,11 @@
     virtual
     ~XercesDOMSupport();
 
-    // These interfaces are inherited from Resettable...
+    // These interfaces are inherited from DOMSupport...
 
     virtual void
     reset();
 
-    // These interfaces are inherited from DOMSupport...
-
     virtual const XalanDOMString&
     getUnparsedEntityURI(
             const XalanDOMString&   theName,