Skip to content

Commit f30ccde

Browse files
author
wreulicke
committed
fix compatibility
1 parent 95ad375 commit f30ccde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spar-wings-sns-notification/src/main/java/jp/xet/sparwings/aws/sns/NotificationService.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ private static String toString(Throwable t) {
9292
@Value("#{systemEnvironment['OPS_TOPIC_ARN'] ?: systemProperties['OPS_TOPIC_ARN']}")
9393
String deprecatedOpsTopicArn;
9494

95-
@Value("${sparwings.notification.stack-name}")
95+
@Value("${sparwings.notification.stack-name:#{null}}")
9696
String stackName;
9797

98-
@Value("${sparwings.notification.dev}")
98+
@Value("${sparwings.notification.dev:#{null}}")
9999
String devTopicArn;
100100

101-
@Value("${sparwings.notification.ops}")
101+
@Value("${sparwings.notification.ops:#{null}}")
102102
String opsTopicArn;
103103

104104

0 commit comments

Comments
 (0)