]> source.dussan.org Git - vaadin-framework.git/commitdiff
Javadoc typo correction
authorHenri Sara <henri.sara@itmill.com>
Tue, 1 Jun 2010 11:46:55 +0000 (11:46 +0000)
committerHenri Sara <henri.sara@itmill.com>
Tue, 1 Jun 2010 11:46:55 +0000 (11:46 +0000)
svn changeset:13466/svn branch:6.3

src/com/vaadin/event/dd/DropTarget.java

index fcb9670f6ff4170e00d6f38f89f6ab3fe9459720..0d88bf28931d2a1beb569f22428141458be57d26 100644 (file)
@@ -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.