Skip to content

Commit

Permalink
Remove Java 9-ish construct in SearchItemPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed May 29, 2020
1 parent 164c3c2 commit 706ae9d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -192,7 +192,7 @@ private void initSearchItemField(WebMarkupContainer searchItemContainer) {
switch (item.getType()) {
case REFERENCE:
//TODO change probably to another component
searchItemField = new TextPanel<String>(ID_SEARCH_ITEM_FIELD, new PropertyModel<>(getModel(), "value.value"){
searchItemField = new TextPanel<String>(ID_SEARCH_ITEM_FIELD, new PropertyModel(getModel(), "value.value"){
private static final long serialVersionUID = 1L;

@Override
Expand Down

0 comments on commit 706ae9d

Please sign in to comment.