src/org/w3c/dom/DOMImplementationSource.java

Print this page
rev 602 : 8047723: @since tag cleanup in jaxp
Reviewed-by:

@@ -47,11 +47,11 @@
  * in <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#DOMFeatures'>DOM
  * Features</a>. Each implemented <code>DOMImplementationSource</code> object is
  * listed in the binding-specific list of available sources so that its
  * <code>DOMImplementation</code> objects are made available.
  * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
- * @since DOM Level 3
+ * @since 1.5, DOM Level 3
  */
 public interface DOMImplementationSource {
     /**
      *  A method to request the first DOM implementation that supports the
      * specified features.