Skip to content

Commit

Permalink
removing unnused clock
Browse files Browse the repository at this point in the history
  • Loading branch information
niallmartinryan committed Dec 22, 2023
1 parent 09aedfe commit b04ea63
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public class RequestExampleGenerator {
public static final String FINANCIAL_ADVICE_JSON = "financial_advice.json";
private DateTimeFormatter dtf = DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ss.SSSX");

private final Clock clock = Clock.systemUTC();
private final Random random = new Random(); // NOSONAR used for test data only

/**
Expand Down

0 comments on commit b04ea63

Please sign in to comment.