src/java.desktop/share/classes/javax/swing/JList.java
changeset 52752 5e7dba63836d
parent 49501 5daa8ef17089
--- a/src/java.desktop/share/classes/javax/swing/JList.java	Tue Nov 20 15:53:54 2018 +0530
+++ b/src/java.desktop/share/classes/javax/swing/JList.java	Tue Nov 20 16:40:40 2018 +0530
@@ -258,8 +258,8 @@
  * has been added to the <code>java.beans</code> package.
  * Please see {@link java.beans.XMLEncoder}.
  * <p>
- * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/list.html">How to Use Lists</a>
- * in <a href="http://docs.oracle.com/javase/tutorial/"><em>The Java Tutorial</em></a>
+ * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/list.html">How to Use Lists</a>
+ * in <a href="https://docs.oracle.com/javase/tutorial/"><em>The Java Tutorial</em></a>
  * for further documentation.
  *
  * @see ListModel