Update cipher properties
This commit is contained in:
@@ -30,9 +30,9 @@ public class TrifidCipherController{
|
||||
private String trifidName;
|
||||
@Value("${cipher.poly.trifid.description}")
|
||||
private String trifidDescription;
|
||||
@Value("${cipher.poly.trifid.explanation}")
|
||||
@Value("#{${cipher.poly.trifid.explanation}}")
|
||||
private List<String> trifidExplanation;
|
||||
@Value("${cipher.poly.trifid.facts}")
|
||||
@Value("#{${cipher.poly.trifid.facts}}")
|
||||
private List<String> trifidFacts;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user