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

Print this page

        

@@ -30,11 +30,11 @@
 /**
  * Defines the interface for classes that can be used to provide data
  * for a transfer operation.
  * <p>
  * For information on using data transfer with Swing, see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
  * How to Use Drag and Drop and Data Transfer</a>,
  * a section in <em>The Java Tutorial</em>, for more information.
  *
  * @author      Amy Fowler
  */