Skip to content

Commit 91d619e

Browse files
committed
fix compilation
Signed-off-by: wind57 <[email protected]>
1 parent e64e9b6 commit 91d619e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-kubernetes-client-config/src/test/java/org/springframework/cloud/kubernetes/client/config/KubernetesClientConfigReloadAutoConfigurationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ static class LocalTestConfig {
499499
@Bean
500500
KubernetesClientProperties kubernetesClientProperties() {
501501
return new KubernetesClientProperties(null, null, null, "default", null, null, null, null, null, null, null,
502-
null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
502+
null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
503503
null);
504504
}
505505

0 commit comments

Comments
 (0)