Author: mukulg
Date: Thu Sep 12 04:25:36 2019
New Revision: 1866821
URL: http://svn.apache.org/viewvc?rev=1866821&view=rev
Log:
minor changes to comments
Modified:
xerces/java/trunk/src/org/apache/html/dom/HTMLFrameElementImpl.java
xerces/java/trunk/src/org/apache/html/dom/HTMLIFrameElementImpl.java
xerces/java/trunk/src/org/apache/html/dom/HTMLObjectElementImpl.java
Modified: xerces/java/trunk/src/org/apache/html/dom/HTMLFrameElementImpl.java
URL:
http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/html/dom/HTMLFrameElementImpl.java?rev=1866821&r1=1866820&r2=1866821&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/html/dom/HTMLFrameElementImpl.java
(original)
+++ xerces/java/trunk/src/org/apache/html/dom/HTMLFrameElementImpl.java Thu Sep
12 04:25:36 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/trunk/src/org/apache/html/dom/HTMLIFrameElementImpl.java
URL:
http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/html/dom/HTMLIFrameElementImpl.java?rev=1866821&r1=1866820&r2=1866821&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/html/dom/HTMLIFrameElementImpl.java
(original)
+++ xerces/java/trunk/src/org/apache/html/dom/HTMLIFrameElementImpl.java Thu
Sep 12 04:25:36 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/trunk/src/org/apache/html/dom/HTMLObjectElementImpl.java
URL:
http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/html/dom/HTMLObjectElementImpl.java?rev=1866821&r1=1866820&r2=1866821&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/html/dom/HTMLObjectElementImpl.java
(original)
+++ xerces/java/trunk/src/org/apache/html/dom/HTMLObjectElementImpl.java Thu
Sep 12 04:25:36 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: [email protected]
For additional commands, e-mail: [email protected]