Skip to content

Commit

Permalink
fixed filter aligning
Browse files Browse the repository at this point in the history
  • Loading branch information
all4cloud committed Jul 13, 2022
1 parent 932d928 commit 1021869
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ public ConsumerCountRequest top(int top) {
return this;
}

public ConsumerCountRequest filter(String filter)
{
this.filter = filter;
return this;
}
public ConsumerCountRequest filter(String filter)
{
this.filter = filter;
return this;
}

public int execute() throws ODataProducerException {
String uri = baseUri;
Expand Down

0 comments on commit 1021869

Please sign in to comment.