6638872: invalid links
authordav
Mon, 24 Mar 2008 18:24:15 +0300
changeset 417 b7466e0d720d
parent 135 3d873ae9aa88
child 418 6cc660c20431
child 427 4cdcc1b96cbc
6638872: invalid links Summary: removed invalid links Reviewed-by: dcherepanov
jdk/src/share/classes/java/awt/event/TextEvent.java
jdk/src/share/classes/java/awt/event/TextListener.java
--- a/jdk/src/share/classes/java/awt/event/TextEvent.java	Fri Mar 21 09:54:50 2008 +0300
+++ b/jdk/src/share/classes/java/awt/event/TextEvent.java	Mon Mar 24 18:24:15 2008 +0300
@@ -1,5 +1,5 @@
 /*
- * Copyright 1996-2007 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 1996-2008 Sun Microsystems, Inc.  All Rights Reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -43,7 +43,6 @@
  *
  * @see java.awt.TextComponent
  * @see TextListener
- * @see <a href="http://java.sun.com/docs/books/tutorial/post1.0/ui/textlistener.html">Tutorial: Writing a Text Listener</a>
  *
  * @since 1.1
  */
--- a/jdk/src/share/classes/java/awt/event/TextListener.java	Fri Mar 21 09:54:50 2008 +0300
+++ b/jdk/src/share/classes/java/awt/event/TextListener.java	Mon Mar 24 18:24:15 2008 +0300
@@ -1,5 +1,5 @@
 /*
- * Copyright 1996-2006 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 1996-2008 Sun Microsystems, Inc.  All Rights Reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -40,7 +40,6 @@
  * @author Georges Saab
  *
  * @see TextEvent
- * @see <a href="http://java.sun.com/docs/books/tutorial/post1.0/ui/textlistener.html">Tutorial: Writing a Text Listener</a>
  *
  * @since 1.1
  */