Skip to content

Commit

Permalink
PickingSlotView: drop hasAttributesSupport method
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Nov 9, 2017
1 parent 54e5c85 commit 40f7d14
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,6 @@ public String getSqlWhereClause(final DocumentIdsSelection rowIds, final SqlOpti
return null;
}

@Override
public boolean hasAttributesSupport()
{
return false;
}

@Override
public <T> List<T> retrieveModelsByIds(final DocumentIdsSelection rowIds, final Class<T> modelClass)
{
Expand Down

0 comments on commit 40f7d14

Please sign in to comment.