Remove trailing char

This commit is contained in:
Stephane Nicoll 2016-11-29 15:37:05 +01:00
parent 06b2f12509
commit ba61faee5e
1 changed files with 1 additions and 1 deletions

View File

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