aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/src/com/vaadin/client/ui/VFilterSelect.java22
1 files changed, 11 insertions, 11 deletions
diff --git a/client/src/com/vaadin/client/ui/VFilterSelect.java b/client/src/com/vaadin/client/ui/VFilterSelect.java
index 35a3ded75f..755cc04633 100644
--- a/client/src/com/vaadin/client/ui/VFilterSelect.java
+++ b/client/src/com/vaadin/client/ui/VFilterSelect.java
@@ -729,17 +729,6 @@ public class VFilterSelect extends Composite implements Field, KeyDownHandler,
}
}
}
-
- /**
- * This method became obsolete in fix for
- * http://dev.vaadin.com/ticket/16981
- *
- * @deprecated as of 7.4.4
- */
- @Deprecated
- public void setKeyboardSelectedItem(MenuItem menuItem) {
- // NO-OP
- }
}
/**
@@ -971,6 +960,17 @@ public class VFilterSelect extends Composite implements Field, KeyDownHandler,
}
/**
+ * This method became obsolete in fix for
+ * http://dev.vaadin.com/ticket/16981
+ *
+ * @deprecated as of 7.4.4
+ */
+ @Deprecated
+ public void setKeyboardSelectedItem(MenuItem menuItem) {
+ // NO-OP
+ }
+
+ /**
* @deprecated use {@link SuggestionPopup#selectFirstItem()} instead.
*/
@Deprecated