Skip to content
Snippets Groups Projects
Commit ab5790b8 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

merged pull request #755

parent 6364033a
No related branches found
No related tags found
No related merge requests found
Pipeline #8198 passed
...@@ -16,6 +16,7 @@ import org.slf4j.LoggerFactory; ...@@ -16,6 +16,7 @@ import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
import java.security.SecureRandom;
import java.text.MessageFormat; import java.text.MessageFormat;
import java.time.LocalDate; import java.time.LocalDate;
import java.util.ArrayList; import java.util.ArrayList;
...@@ -47,7 +48,7 @@ public class DemoDataCreator ...@@ -47,7 +48,7 @@ public class DemoDataCreator
this.accountService = accountService; this.accountService = accountService;
this.transactionService = transactionService; this.transactionService = transactionService;
this.random = new Random(); this.random = new SecureRandom();
} }
public void createDemoData() public void createDemoData()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment