Skip to content

Commit

Permalink
style: spotlessapply
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Jul 9, 2024
1 parent fd660dc commit 9ae8cd8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,7 @@ private Collection<DefCveItem> _next(int retryCount) {
LOG.debug("Response Headers:");
Header[] headers = response.getHeaders();
for (Header header : headers) {
LOG.debug("Key : " + header.getName()
+ " ,Value : " + header.getValue());
LOG.debug("Key : " + header.getName() + " ,Value : " + header.getValue());
}
LOG.debug("Response: {}", new String(response.getBodyBytes(), StandardCharsets.UTF_8));
throw new NvdApiException("NVD Returned Status Code: " + lastStatusCode);
Expand Down

0 comments on commit 9ae8cd8

Please sign in to comment.