Skip to content

Commit

Permalink
[PRMT-3413] Address PR comments #60 (comment) and #60 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
joefong-nhs committed Aug 15, 2023
1 parent a5b2ea7 commit d57ec9b
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

import lombok.extern.log4j.Log4j2;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.*;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpMethod;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Service;
import org.springframework.web.client.HttpStatusCodeException;
import org.springframework.web.client.RestTemplate;
Expand Down Expand Up @@ -57,5 +61,4 @@ private HttpHeaders createHeaders() {
headers.setContentType(MediaType.APPLICATION_JSON);
return headers;
}

}

0 comments on commit d57ec9b

Please sign in to comment.