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 ce74db0 commit f59164d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public Integer timedCall() throws Exception {
String apiKey = getApiKey();
if (apiKey == null || apiKey.isEmpty()) {
LOG.info("NVD_API_KEY not found. Supply an API key for more generous rate limits");
apiKey = null;//in case it is empty
apiKey = null;// in case it is empty
}
NvdCveClientBuilder builder = NvdCveClientBuilder.aNvdCveApi().withApiKey(apiKey);
if (getDelay() > 0) {
Expand Down

0 comments on commit f59164d

Please sign in to comment.