8047723: @since tag cleanup in jaxp

Reviewed-by: joehw
This commit is contained in:
Henry Jen 2014-06-19 15:35:10 -07:00
parent 80bb4ab1c8
commit 52f6412c53
105 changed files with 204 additions and 143 deletions

View file

@ -58,7 +58,7 @@ import org.w3c.dom.views.AbstractView;
* bubbling to obtain notification of mouse events which occur within its
* descendent elements.
* <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113'>Document Object Model (DOM) Level 2 Events Specification</a>.
* @since DOM Level 2
* @since 1.5, DOM Level 2
*/
public interface MouseEvent extends UIEvent {
/**