Skip to content

Commit

Permalink
Revert "chore | add support for multi filter arguments (#151)" (#152)
Browse files Browse the repository at this point in the history
This reverts commit fd15f6e.
  • Loading branch information
aman-bansal authored Nov 27, 2023
1 parent fd15f6e commit beeb208
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ protected void configure() {
new TypeLiteral<
Converter<Collection<AttributeAssociation<FilterArgument>>, Filter>>() {}))
.to(FilterConverter.class);
bind(Key.get(
new TypeLiteral<
Converter<
Collection<Collection<AttributeAssociation<FilterArgument>>>, Filter>>() {}))
.to(MultiFilterConverter.class);

bind(Key.get(new TypeLiteral<Converter<AttributeModel, ColumnIdentifier>>() {}))
.to(ColumnIdentifierConverter.class);
Expand Down

This file was deleted.

0 comments on commit beeb208

Please sign in to comment.