src/org/w3c/dom/views/AbstractView.java

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

@@ -42,11 +42,11 @@
 package org.w3c.dom.views;
 
 /**
  * A base interface that all views shall derive from.
  * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113'>Document Object Model (DOM) Level 2 Views Specification</a>.
- * @since DOM Level 2
+ * @since 1.8, DOM Level 2
  */
 public interface AbstractView {
     /**
      * The source <code>DocumentView</code> of which this is an
      * <code>AbstractView</code>.