Skip to content

Commit 841d999

Browse files
committed
Revert "Add String TypedTransfer::transferId() which returns null by default."
This reverts commit 36ad6ce.
1 parent 36ad6ce commit 841d999

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

durian-swt/src/main/java/com/diffplug/common/swt/dnd/TypedTransfer.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323

2424
/** A strongly-typed custom transfer type. */
2525
public abstract class TypedTransfer<T> extends ByteArrayTransfer {
26-
/** The transfer id. */
27-
public @Nullable String transferId() {
28-
return null;
29-
}
30-
3126
public abstract T getValue(DropTargetEvent e);
3227

3328
public abstract void setValue(DragSourceEvent e, T value);

0 commit comments

Comments
 (0)