Skip to content

Commit 07636d6

Browse files
committed
feat: change getEnabled method to isEnabled for boolean property in SqsProperties
1 parent 08a5adb commit 07636d6

File tree

1 file changed

+1
-2
lines changed
  • spring-cloud-aws-autoconfigure/src/main/java/io/awspring/cloud/autoconfigure/sqs

1 file changed

+1
-2
lines changed

spring-cloud-aws-autoconfigure/src/main/java/io/awspring/cloud/autoconfigure/sqs/SqsProperties.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,7 @@ public static class Batch {
202202
@Nullable
203203
private List<String> attributeNames;
204204

205-
@Nullable
206-
public Boolean getEnabled() {
205+
public boolean isEnabled() {
207206
return enabled;
208207
}
209208

0 commit comments

Comments
 (0)