Fix property typo

This commit is contained in:
2024-04-22 23:25:43 -04:00
parent a3d28b1fbb
commit 33bc1f6bd9

View File

@@ -24,9 +24,9 @@ import lombok.extern.slf4j.Slf4j;
@RequestMapping("/adfgx") @RequestMapping("/adfgx")
@PropertySource("classpath:ciphers.properties") @PropertySource("classpath:ciphers.properties")
public class AdfgxCipherController{ public class AdfgxCipherController{
@Value("${cipher.combination.adfgvx.name}") @Value("${cipher.combination.adfgx.name}")
private String adfgxName; private String adfgxName;
@Value("${cipher.combination.adfgvx.description}") @Value("${cipher.combination.adfgx.description}")
private String adfgxDescription; private String adfgxDescription;