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 cce188c
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ 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.server.reactive.ServerHttpRequest;
<%_ } _%>
Expand All @@ -74,10 +73,9 @@ import org.springframework.web.servlet.support.ServletUriComponentsBuilder;
<%_ } else { _%>
import org.springframework.web.util.UriComponentsBuilder;
<%_ } _%>
<%_ } else if (reactive) { _%>
import org.springframework.http.HttpStatus;
<%_ } _%>
<%_ }
<%_ if (reactive) { _%>
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
<%_ } _%>
import org.springframework.http.ResponseEntity;
Expand Down

0 comments on commit cce188c

Please sign in to comment.