Browse Source

Merge branch '2.1.x' into 2.2.x

pull/20222/head
Madhura Bhave 6 years ago
parent
commit
4eb71fc424
  1. 2
      spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/server/SslConfigurationValidatorTests.java

2
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/server/SslConfigurationValidatorTest.java → spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/server/SslConfigurationValidatorTests.java

@ -32,7 +32,7 @@ import static org.assertj.core.api.Assertions.assertThatThrownBy; @@ -32,7 +32,7 @@ import static org.assertj.core.api.Assertions.assertThatThrownBy;
* @author Chris Bono
*/
public class SslConfigurationValidatorTest {
class SslConfigurationValidatorTests {
private static final String VALID_ALIAS = "test-alias";
Loading…
Cancel
Save