|
Rename Method public getSecretByNameOne() : void renamed to public getSecretByName() : void in class keywhiz.service.daos.SecretDAOTest |
From |
To |
|
Rename Method public getSecretByIdOne() : void renamed to public getSecretById() : void in class keywhiz.service.daos.SecretDAOTest |
From |
To |
|
Rename Method public getSecretByIdOne(secretId long) : Optional<SecretSeriesAndContent> renamed to public getSecretById(secretId long) : Optional<SecretSeriesAndContent> in class keywhiz.service.daos.SecretDAO |
From |
To |
|
Rename Method public getSecretByIdOne(secretId long) : Optional<Secret> renamed to public getSecretById(secretId long) : Optional<Secret> in class keywhiz.service.daos.SecretController |
From |
To |
|
Rename Method public getSecretByNameOne(name String) : Optional<Secret> renamed to public getSecretByName(name String) : Optional<Secret> in class keywhiz.service.daos.SecretController |
From |
To |
|
Rename Method public getSecretByNameOne(name String) : Optional<SecretSeriesAndContent> renamed to public getSecretByName(name String) : Optional<SecretSeriesAndContent> in class keywhiz.service.daos.SecretDAO |
From |
To |