Skip to content

Commit

Permalink
Remove unused import (Collections) (#28267)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert authored Dec 22, 2024
1 parent b6d9645 commit 95526e0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ import java.util.stream.StreamSupport;
<%_ } _%>
<%_ if (!authenticationTypeOauth2) { _%>
import org.springframework.data.domain.Sort;
<%_ if (reactive) { _%>
import java.util.Collections;
<%_ } _%>
<%_ } _%>
import <%= packageName %>.service.UserService;
import <%= packageName %>.service.dto.<%= user.dtoClass %>;
Expand Down

0 comments on commit 95526e0

Please sign in to comment.