From 193dbbda75d4945f24ea22c3586543be697b0f29 Mon Sep 17 00:00:00 2001 From: buczekp <buczekp> Date: Thu, 16 Sep 2010 13:06:41 +0000 Subject: [PATCH] minor: remove warning SVN: 17871 --- .../client/web/client/application/ui/widget/DropDownList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/widget/DropDownList.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/widget/DropDownList.java index 7e18ccb5403..a1131e45c79 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/widget/DropDownList.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/widget/DropDownList.java @@ -114,7 +114,7 @@ abstract public class DropDownList<M extends ModelData, E> extends ComboBox<M> i StoreFilter<M> filter = new StoreFilter<M>() { - public boolean select(Store s, M parent, M item, String property) + public boolean select(Store<M> s, M parent, M item, String property) { String v = comboBox.getRawValue(); // WORKAROUND: (GXT2.1) only one option in the list when something -- GitLab