6694729: obsolete link in ActionEvent javadoc
authordav
Thu, 30 Sep 2010 14:50:36 +0400
changeset 6640 5e889a82c906
parent 6639 ecf7952e13ef
child 6641 4a5fb08cce1c
6694729: obsolete link in ActionEvent javadoc Reviewed-by: art
jdk/src/share/classes/java/awt/event/ActionEvent.java
--- a/jdk/src/share/classes/java/awt/event/ActionEvent.java	Tue Sep 28 11:43:45 2010 -0700
+++ b/jdk/src/share/classes/java/awt/event/ActionEvent.java	Thu Sep 30 14:50:36 2010 +0400
@@ -51,7 +51,7 @@
  * in the range from {@code ACTION_FIRST} to {@code ACTION_LAST}.
  *
  * @see ActionListener
- * @see <a href="http://java.sun.com/docs/books/tutorial/post1.0/ui/eventmodel.html">Tutorial: Java 1.1 Event Model</a>
+ * @see <a href="http://java.sun.com/docs/books/tutorial/uiswing/events/actionlistener.html">Tutorial: How to Write an Action Listener</a>
  *
  * @author Carl Quinn
  * @since 1.1