mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8212882: links to tutorial should be updated to use https:
Reviewed-by: psadhukhan, pbansal
This commit is contained in:
parent
8d8d2d8bdd
commit
ee1a5e3c1e
142 changed files with 222 additions and 222 deletions
|
@ -1408,7 +1408,7 @@ public class SwingUtilities implements SwingConstants
|
|||
* <p>
|
||||
* Additional documentation and examples for this method can be
|
||||
* found in
|
||||
* <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency in Swing</a>.
|
||||
* <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency in Swing</a>.
|
||||
* <p>
|
||||
* As of 1.3 this method is just a cover for <code>java.awt.EventQueue.invokeLater()</code>.
|
||||
* <p>
|
||||
|
@ -1460,7 +1460,7 @@ public class SwingUtilities implements SwingConstants
|
|||
* <p>
|
||||
* Additional documentation and examples for this method can be
|
||||
* found in
|
||||
* <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency in Swing</a>.
|
||||
* <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency in Swing</a>.
|
||||
* <p>
|
||||
* As of 1.3 this method is just a cover for
|
||||
* <code>java.awt.EventQueue.invokeAndWait()</code>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue