diff --git a/src/main/java/com/mattrixwv/cipherstream/controller/combination/AdfgxCipherController.java b/src/main/java/com/mattrixwv/cipherstream/controller/combination/AdfgxCipherController.java index ba87a10..77c199b 100644 --- a/src/main/java/com/mattrixwv/cipherstream/controller/combination/AdfgxCipherController.java +++ b/src/main/java/com/mattrixwv/cipherstream/controller/combination/AdfgxCipherController.java @@ -24,9 +24,9 @@ import lombok.extern.slf4j.Slf4j; @RequestMapping("/adfgx") @PropertySource("classpath:ciphers.properties") public class AdfgxCipherController{ - @Value("${cipher.combination.adfgvx.name}") + @Value("${cipher.combination.adfgx.name}") private String adfgxName; - @Value("${cipher.combination.adfgvx.description}") + @Value("${cipher.combination.adfgx.description}") private String adfgxDescription;