Skip to content

Commit 7aa84cf

Browse files
committed
Fix checkstyle violation
1 parent a05dd4a commit 7aa84cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/data/elasticsearch/ElasticsearchDataAutoConfigurationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void mappingContextExists() {
6666
TestPropertyValues.of(
6767
"spring.data.elasticsearch.properties.path.data:target/data",
6868
"spring.data.elasticsearch.properties.path.logs:target/logs")
69-
.applyTo(this.context);;
69+
.applyTo(this.context);
7070
this.context.register(PropertyPlaceholderAutoConfiguration.class,
7171
ElasticsearchAutoConfiguration.class,
7272
ElasticsearchDataAutoConfiguration.class);

0 commit comments

Comments
 (0)