src/share/classes/java/awt/datatransfer/DataFlavor.java

Print this page

        

@@ -106,11 +106,11 @@
  * As mentioned, {@code flavor1} and {@code flavor2} are considered identical.
  * As such, asking a {@code Transferable} for either {@code DataFlavor} returns
  * the same results.
  * <p>
  * For more information on the using data transfer with Swing see
- * the <a href="http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
+ * the <a href="https://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
  * How to Use Drag and Drop and Data Transfer</a>,
  * section in <em>Java Tutorial</em>.
  *
  * @author      Blake Sullivan
  * @author      Laurence P. G. Cable