src/java.desktop/share/classes/javax/swing/filechooser/package-info.java
changeset 52752 5e7dba63836d
parent 47216 71c04702a3d5
--- a/src/java.desktop/share/classes/javax/swing/filechooser/package-info.java	Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/filechooser/package-info.java	Tue Nov 20 16:40:40 2018 +0530
@@ -29,17 +29,17 @@
  * <strong>Note:</strong>
  * Most of the Swing API is <em>not</em> thread safe. For details, see
  * <a
- * href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
+ * href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
  * target="_top">Concurrency in Swing</a>,
  * a section in
- * <em><a href="http://docs.oracle.com/javase/tutorial/"
+ * <em><a href="https://docs.oracle.com/javase/tutorial/"
  * target="_top">The Java Tutorial</a></em>.
  *
  * <h2>Related Documentation </h2>
  * This document forms the complete API specification. For overviews, tutorials,
  * examples, guides, and tool documentation, please see:
  * <ul>
- *     <li><a href="http://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html"
+ *     <li><a href="https://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html"
  *     target="_top">How to Use File Choosers</a>,
  *     a section in <em>The Java Tutorial</em></li>
  *     <li>{@extLink i18n_overview Internationalization Overview}</li>