constructor INTO Object andrew !
This commit is contained in:
parent
c4dcbbb977
commit
f6560a85fd
1 changed files with 2 additions and 1 deletions
|
@ -49,8 +49,9 @@ public class MailConfirmation extends FormResponse {
|
|||
Map<String, Integer> playersWaiting){
|
||||
this.databaseRepo = databaseRepo;
|
||||
this.router = router;
|
||||
usersFilesPath = initUsersFilesPath;
|
||||
this.usersFilesPath = initUsersFilesPath;
|
||||
this.gitToken = gitToken;
|
||||
this.playersWaiting = playersWaiting;
|
||||
try {
|
||||
generator = KeyPairGenerator.getInstance("RSA");
|
||||
generator.initialize(2048); //a changer ?
|
||||
|
|
Loading…
Add table
Reference in a new issue