changeset 2771:3caf15616f46

6694729: obsolete link in ActionEvent javadoc Reviewed-by: art
author dav
date Thu, 30 Sep 2010 14:50:36 +0400
parents 8936ad6b154e
children 8afd49c55619
files src/share/classes/java/awt/event/ActionEvent.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/java/awt/event/ActionEvent.java	Tue Sep 28 11:43:45 2010 -0700
+++ b/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