Browse Source

Remove trailing char

pull/7902/head
Stephane Nicoll 9 years ago
parent
commit
ba61faee5e
  1. 2
      spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/jdbc/JdbcTestWithAutoConfigureTestDatabaseReplaceExplicitIntegrationTests.java

2
spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/jdbc/JdbcTestWithAutoConfigureTestDatabaseReplaceExplicitIntegrationTests.java

@ -35,7 +35,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -35,7 +35,7 @@ import static org.assertj.core.api.Assertions.assertThat;
/**
* Integration tests for {@link JdbcTest}.
*
* @author Phillip Webb
* @author Phillip Webb
* @author Stephane Nicoll
*/
@RunWith(SpringRunner.class)

Loading…
Cancel
Save