Skip to content

Commit 5d65ffb

Browse files
committed
fix checkstyle
Signed-off-by: wind57 <[email protected]>
1 parent fc8516a commit 5d65ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-cloud-kubernetes-fabric8-config/src/test/java/org/springframework/cloud/kubernetes/fabric8/config/locator_retry/fail_fast_enabled_retry_disabled/ConfigDataConfigFailFastEnabledButRetryDisabledTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ static class LocalConfig {
6666

6767
/**
6868
* we need this config because ConfigMapConfigProperties is now a record, so we
69-
* can't use @MockitoSpyBean on it. We also read the property of fail-fast from the
70-
* Environment, that in turn is set in the @SpringBootTest properties.
69+
* can't use @MockitoSpyBean on it. We also read the property of fail-fast from
70+
* the Environment, that in turn is set in the @SpringBootTest properties.
7171
*/
7272
@Bean
7373
ConfigMapConfigProperties properties(Environment environment) {

0 commit comments

Comments
 (0)