Skip to content

Commit

Permalink
Make isCanary Boolean To Remove Compilation Error (aws-observability#382
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sethAmazon authored Nov 3, 2021
1 parent 30d135c commit 338868d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/src/main/java/com/amazon/aoc/models/Context.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class Context {
private String availabilityZone;

@NonNull
private boolean isCanary;
private Boolean isCanary;

private String metricNamespace;

Expand Down

0 comments on commit 338868d

Please sign in to comment.