Skip to content

Commit

Permalink
Clean up unused imports.
Browse files Browse the repository at this point in the history
Clean up unused imports.
  • Loading branch information
infstar committed Sep 12, 2024
1 parent a1a5d28 commit 880b3af
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@
import org.springframework.http.HttpStatus;
import org.springframework.http.HttpStatusCode;
import org.springframework.stereotype.Component;
import org.springframework.util.MultiValueMap;
import org.springframework.web.reactive.function.BodyInserters;
import org.springframework.web.reactive.function.client.WebClient;
import org.springframework.web.reactive.function.client.WebClientResponseException;
import reactor.core.publisher.Mono;

import java.time.Duration;
import java.util.Arrays;
import java.util.List;
import java.util.Objects;

@Component
public class RESTService {
Expand Down

0 comments on commit 880b3af

Please sign in to comment.