diff options
Diffstat (limited to 'uitest/src/com/vaadin/tests/components/draganddropwrapper/DragAndDropFocusObtainTest.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/draganddropwrapper/DragAndDropFocusObtainTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/draganddropwrapper/DragAndDropFocusObtainTest.java b/uitest/src/com/vaadin/tests/components/draganddropwrapper/DragAndDropFocusObtainTest.java index 7a2abe5efc..bbdd49ca3e 100644 --- a/uitest/src/com/vaadin/tests/components/draganddropwrapper/DragAndDropFocusObtainTest.java +++ b/uitest/src/com/vaadin/tests/components/draganddropwrapper/DragAndDropFocusObtainTest.java @@ -26,7 +26,6 @@ import com.vaadin.ui.DragAndDropWrapper; * Test for text area inside {@link DragAndDropWrapper}: text area should obtain * focus on click. * - * @since * @author Vaadin Ltd */ public class DragAndDropFocusObtainTest extends MultiBrowserTest { |