Skip to content

Commit

Permalink
P4ADEV-791 fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
macacia committed Oct 7, 2024
1 parent 31c7d7f commit 9a936de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public class DataCipherService {
private final ObjectMapper objectMapper;

public DataCipherService(
@Value("${p4pa-auth-encrypt-psw}") String encryptPsw,
@Value("${p4pa-auth-hash-pepper}") String hashPepper,
@Value("${data-cipher.p4pa-auth-encrypt-psw}") String encryptPsw,
@Value("${data-cipher.p4pa-auth-hash-pepper}") String hashPepper,
ObjectMapper objectMapper
) {
this.encryptPsw = encryptPsw;
Expand Down

0 comments on commit 9a936de

Please sign in to comment.