From 2475631da6efc78826ca2e52126abd57bc4b45a0 Mon Sep 17 00:00:00 2001
From: Tinny Ng <tng@apache.org>
Date: Fri, 7 Jun 2002 15:41:19 +0000
Subject: [PATCH] Documentation Fix: Update the API Documentation for DOM
 headers

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173808 13f79535-47bb-0310-9956-ffa450edef68
---
 src/xercesc/dom/DOMInputSource.hpp | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/src/xercesc/dom/DOMInputSource.hpp b/src/xercesc/dom/DOMInputSource.hpp
index b9d373bbc..6d53d7bc0 100644
--- a/src/xercesc/dom/DOMInputSource.hpp
+++ b/src/xercesc/dom/DOMInputSource.hpp
@@ -58,19 +58,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2002/06/07 15:38:41  tng
- * Documentation Fix: Update the API Documentation for DOM headers
- *
- * Revision 1.3  2002/06/06 20:53:06  tng
- * Documentation Fix: Update the API Documentation for DOM headers
- *
- * Revision 1.2  2002/05/30 19:24:48  knoaman
- * documentation update
- *
- * Revision 1.1  2002/05/29 21:28:02  knoaman
- * DOM L3 LS: DOMInputSource, DOMEntityResolver, DOMImplementationLS and DOMBuilder
- *
+ * $Id$
  */
 
 
@@ -275,7 +263,6 @@ public:
      * <p><b>"Experimental - subject to change"</b></p>
      *
      * @see BinInputStream
-     * @since DOM Level 3
      */
     virtual BinInputStream* makeStream() const = 0;
 
-- 
GitLab