diff options
Diffstat (limited to 'src/com/vaadin/event/dd/DropTarget.java')
-rw-r--r-- | src/com/vaadin/event/dd/DropTarget.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/vaadin/event/dd/DropTarget.java b/src/com/vaadin/event/dd/DropTarget.java index b2ab244c43..31c6754f6f 100644 --- a/src/com/vaadin/event/dd/DropTarget.java +++ b/src/com/vaadin/event/dd/DropTarget.java @@ -27,7 +27,7 @@ public interface DropTarget extends Component { * {@link DropHandler}. Implementation may for exmaple translate the drop * target details provided by the client side (drop target) to meaningful * server side values. If null is returned the terminal implementation will - * automatically create a {@link DropTargetDetails} with raw client side + * automatically create a {@link TargetDetails} with raw client side * data. * * @see DragSource#getTransferable(Map) @@ -37,7 +37,7 @@ public interface DropTarget extends Component { * @return A DropTargetDetails object with the translated data or null to * use a default implementation. */ - public DropTargetDetails translateDropTargetDetails( + public TargetDetails translateDropTargetDetails( Map<String, Object> clientVariables); }
\ No newline at end of file |