mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +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
|
@ -414,7 +414,7 @@ public abstract class AbstractDocument implements Document, Serializable {
|
|||
* <p>
|
||||
* This method is thread safe, although most Swing methods
|
||||
* are not. Please see
|
||||
* <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
|
||||
* <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
|
||||
* in Swing</A> for more information.
|
||||
*
|
||||
* @param r the renderer to execute
|
||||
|
@ -575,7 +575,7 @@ public abstract class AbstractDocument implements Document, Serializable {
|
|||
* <p>
|
||||
* This method is thread safe, although most Swing methods
|
||||
* are not. Please see
|
||||
* <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
|
||||
* <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
|
||||
* in Swing</A> for more information.
|
||||
*
|
||||
* @param offs the starting offset >= 0
|
||||
|
@ -688,7 +688,7 @@ public abstract class AbstractDocument implements Document, Serializable {
|
|||
* <p>
|
||||
* This method is thread safe, although most Swing methods
|
||||
* are not. Please see
|
||||
* <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
|
||||
* <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
|
||||
* in Swing</A> for more information.
|
||||
*
|
||||
* @param offs the starting offset >= 0
|
||||
|
@ -825,7 +825,7 @@ public abstract class AbstractDocument implements Document, Serializable {
|
|||
* <p>
|
||||
* This method is thread safe, although most Swing methods
|
||||
* are not. Please see
|
||||
* <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
|
||||
* <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
|
||||
* in Swing</A> for more information.
|
||||
*
|
||||
* @param offs the position in the model >= 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue