@@ -117,7 +117,8 @@ public void validate(Object target, Errors errors) {
117
117
}
118
118
}
119
119
120
- @ DeprecatedConfigurationProperty (replacement = "spring.cloud.aws.parameterstore.prefix" )
120
+ @ DeprecatedConfigurationProperty (
121
+ replacement = "spring.cloud.aws.parameterstore.prefix" )
121
122
public String getPrefix () {
122
123
return prefix ;
123
124
}
@@ -126,7 +127,8 @@ public void setPrefix(String prefix) {
126
127
this .prefix = prefix ;
127
128
}
128
129
129
- @ DeprecatedConfigurationProperty (replacement = "spring.cloud.aws.parameterstore.default-context" )
130
+ @ DeprecatedConfigurationProperty (
131
+ replacement = "spring.cloud.aws.parameterstore.default-context" )
130
132
public String getDefaultContext () {
131
133
return defaultContext ;
132
134
}
@@ -135,7 +137,8 @@ public void setDefaultContext(String defaultContext) {
135
137
this .defaultContext = defaultContext ;
136
138
}
137
139
138
- @ DeprecatedConfigurationProperty (replacement = "spring.cloud.aws.parameterstore.profile-separator" )
140
+ @ DeprecatedConfigurationProperty (
141
+ replacement = "spring.cloud.aws.parameterstore.profile-separator" )
139
142
public String getProfileSeparator () {
140
143
return profileSeparator ;
141
144
}
@@ -144,7 +147,8 @@ public void setProfileSeparator(String profileSeparator) {
144
147
this .profileSeparator = profileSeparator ;
145
148
}
146
149
147
- @ DeprecatedConfigurationProperty (replacement = "spring.cloud.aws.parameterstore.fail-fast" )
150
+ @ DeprecatedConfigurationProperty (
151
+ replacement = "spring.cloud.aws.parameterstore.fail-fast" )
148
152
public boolean isFailFast () {
149
153
return failFast ;
150
154
}
@@ -162,7 +166,8 @@ public void setName(String name) {
162
166
this .name = name ;
163
167
}
164
168
165
- @ DeprecatedConfigurationProperty (replacement = "spring.cloud.aws.parameterstore.enabled" )
169
+ @ DeprecatedConfigurationProperty (
170
+ replacement = "spring.cloud.aws.parameterstore.enabled" )
166
171
public boolean isEnabled () {
167
172
return enabled ;
168
173
}
@@ -171,7 +176,8 @@ public void setEnabled(boolean enabled) {
171
176
this .enabled = enabled ;
172
177
}
173
178
174
- @ DeprecatedConfigurationProperty (replacement = "spring.cloud.aws.parameterstore.region" )
179
+ @ DeprecatedConfigurationProperty (
180
+ replacement = "spring.cloud.aws.parameterstore.region" )
175
181
public String getRegion () {
176
182
return region ;
177
183
}
0 commit comments