Skip to content

Commit

Permalink
Sonar: Remove this unused import 'org.springframework.http.HttpStatus'
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Jan 1, 2022
1 parent a831485 commit e072a5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ import org.springframework.data.domain.Pageable;
import org.springframework.data.domain.PageImpl;
<%_ } _%>
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
<%_ if (reactive) { _%>
import org.springframework.http.HttpStatus;
import org.springframework.http.server.reactive.ServerHttpRequest;
<%_ } _%>
<%_ if (!reactive) { _%>
Expand Down

0 comments on commit e072a5c

Please sign in to comment.