Skip to content

Commit bcfb250

Browse files
committed
Merge branch '3.0.x'
2 parents b07269a + 6601692 commit bcfb250

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 the original author or authors.
2+
* Copyright 2020-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2022 the original author or authors.
2+
* Copyright 2012-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@
2525

2626
import static org.assertj.core.api.Assertions.assertThat;
2727

28-
class ImportCandidatesTest {
28+
class ImportCandidatesTests {
2929

3030
@Test
3131
void loadReadsFromClasspathFile() {

src/checkstyle/checkstyle-suppressions.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,6 @@
7373
<suppress files="FailureAnalyzers\.java" checks="RedundantModifier" />
7474
<suppress files="SpringBootVersion" checks="JavadocPackage" />
7575
<suppress files="spring-boot-configuration-processor[\\/]src[\\/]test[\\/]java[\\/]org[\\/]springframework[\\/]boot[\\/]configurationsample[\\/]" checks="SpringDeprecatedCheck"/>
76+
<suppress files="WebEndpointTest\.java" checks="SpringTestFileName" />
77+
<suppress files="ConversionServiceTest\.java" checks="SpringTestFileName" />
7678
</suppressions>

0 commit comments

Comments
 (0)