Skip to content
Snippets Groups Projects
Commit 193dbbda authored by buczekp's avatar buczekp
Browse files

minor: remove warning

SVN: 17871
parent de532e33
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ abstract public class DropDownList<M extends ModelData, E> extends ComboBox<M> i ...@@ -114,7 +114,7 @@ abstract public class DropDownList<M extends ModelData, E> extends ComboBox<M> i
StoreFilter<M> filter = new StoreFilter<M>() 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(); String v = comboBox.getRawValue();
// WORKAROUND: (GXT2.1) only one option in the list when something // WORKAROUND: (GXT2.1) only one option in the list when something
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment