jaxp/src/org/w3c/dom/DocumentType.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
--- a/jaxp/src/org/w3c/dom/DocumentType.java	Wed Jul 05 19:45:37 2017 +0200
+++ b/jaxp/src/org/w3c/dom/DocumentType.java	Thu Jun 19 15:35:10 2014 -0700
@@ -87,14 +87,14 @@
 
     /**
      * The public identifier of the external subset.
-     * @since DOM Level 2
+     * @since 1.4, DOM Level 2
      */
     public String getPublicId();
 
     /**
      * The system identifier of the external subset. This may be an absolute
      * URI or not.
-     * @since DOM Level 2
+     * @since 1.4, DOM Level 2
      */
     public String getSystemId();
 
@@ -105,7 +105,7 @@
      * information is available to the implementation. This may vary
      * depending on various parameters, including the XML processor used to
      * build the document.
-     * @since DOM Level 2
+     * @since 1.4, DOM Level 2
      */
     public String getInternalSubset();