Skip to content

Commit

Permalink
Update vaadin-spring/src/main/java/com/vaadin/flow/spring/data/CountS…
Browse files Browse the repository at this point in the history
…ervice.java

Co-authored-by: Mikhail Shabarov <[email protected]>
  • Loading branch information
Artur- and mshabarov authored Jan 20, 2025
1 parent 84ab5b4 commit 8aa1da3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public interface CountService {
* the filter, or {@code null} to use no filter
* @return the number of items in the service that match the filter
*/
public long count(@Nullable Filter filter);
long count(@Nullable Filter filter);

}

0 comments on commit 8aa1da3

Please sign in to comment.