From 367fc17f832c1e94937a128a4b2322a5afd38ca1 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Tue, 1 Jun 2010 11:46:55 +0000 Subject: [PATCH] Javadoc typo correction svn changeset:13466/svn branch:6.3 --- src/com/vaadin/event/dd/DropTarget.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/vaadin/event/dd/DropTarget.java b/src/com/vaadin/event/dd/DropTarget.java index fcb9670f6f..0d88bf2893 100644 --- a/src/com/vaadin/event/dd/DropTarget.java +++ b/src/com/vaadin/event/dd/DropTarget.java @@ -24,7 +24,7 @@ public interface DropTarget extends Component { /** * Called before the {@link DragAndDropEvent} is passed to - * {@link DropHandler}. Implementation may for exmaple translate the drop + * {@link DropHandler}. Implementation may for example 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 TargetDetails} with raw client side data. -- 2.39.5