Author: mukulg
Date: Thu Sep 12 04:26:12 2019
New Revision: 1866822

URL: http://svn.apache.org/viewvc?rev=1866822&view=rev
Log:
minor changes to comments

Modified:
    
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/HTMLFrameElementImpl.java
    
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/HTMLIFrameElementImpl.java
    
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/HTMLObjectElementImpl.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/HTMLFrameElementImpl.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/HTMLFrameElementImpl.java?rev=1866822&r1=1866821&r2=1866822&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/HTMLFrameElementImpl.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/HTMLFrameElementImpl.java
 Thu Sep 12 04:26:12 2019
@@ -129,7 +129,7 @@ public class HTMLFrameElementImpl
     }
     
     
-    // added, so that xerces can be built with JDK 9 & above
+    // method added, so that xerces can be built with JDK 9 & above
     public Document getContentDocument() {
         return null;
     }

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/HTMLIFrameElementImpl.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/HTMLIFrameElementImpl.java?rev=1866822&r1=1866821&r2=1866822&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/HTMLIFrameElementImpl.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/HTMLIFrameElementImpl.java
 Thu Sep 12 04:26:12 2019
@@ -152,7 +152,7 @@ public class HTMLIFrameElementImpl
     }
     
     
-    // added, so that xerces can be built with JDK 9 & above
+    // method added, so that xerces can be built with JDK 9 & above
     public Document getContentDocument() {
         return null;
     }

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/HTMLObjectElementImpl.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/HTMLObjectElementImpl.java?rev=1866822&r1=1866821&r2=1866822&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/HTMLObjectElementImpl.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/HTMLObjectElementImpl.java
 Thu Sep 12 04:26:12 2019
@@ -241,7 +241,7 @@ public class HTMLObjectElementImpl
     }
 
     
-    // added, so that xerces can be built with JDK 9 & above
+    // method added, so that xerces can be built with JDK 9 & above
     public Document getContentDocument() {
         return null;
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@xerces.apache.org
For additional commands, e-mail: commits-h...@xerces.apache.org

Reply via email to