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

Print this page

        

@@ -28,11 +28,11 @@
 import javax.swing.event.TreeExpansionEvent;
 
 /**
  * Exception used to stop and expand/collapse from happening.
  * See <a
- href="http://docs.oracle.com/javase/tutorial/uiswing/events/treewillexpandlistener.html">How to Write a Tree-Will-Expand Listener</a>
+ href="https://docs.oracle.com/javase/tutorial/uiswing/events/treewillexpandlistener.html">How to Write a Tree-Will-Expand Listener</a>
  * in <em>The Java Tutorial</em>
  * for further information and examples.
  *
  * @author Scott Violet
  */