8212882: links to tutorial should be updated to use https:

Reviewed-by: psadhukhan, pbansal
This commit is contained in:
Krishna Addepalli 2018-11-20 16:40:40 +05:30
parent 8d8d2d8bdd
commit ee1a5e3c1e
142 changed files with 222 additions and 222 deletions

View file

@ -30,7 +30,7 @@ import javax.swing.event.TreeExpansionEvent;
/**
* Exception used to stop an 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.
*