src/share/classes/javax/swing/tree/TreeSelectionModel.java

Print this page

        

@@ -30,11 +30,11 @@
 
 /**
   * This interface represents the current state of the selection for
   * the tree component.
   * For information and examples of using tree selection models,
-  * see <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html">How to Use Trees</a>
+  * see <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>
   * in <em>The Java Tutorial.</em>
   *
   * <p>
   * The state of the tree selection is characterized by
   * a set of TreePaths, and optionally a set of integers. The mapping