diff --git a/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/repository/AbstractR2dbcRepositoryIntegrationTests.java b/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/repository/AbstractR2dbcRepositoryIntegrationTests.java index ee5506574b..669ec49155 100644 --- a/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/repository/AbstractR2dbcRepositoryIntegrationTests.java +++ b/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/repository/AbstractR2dbcRepositoryIntegrationTests.java @@ -95,7 +95,7 @@ void before() { protected abstract ConnectionFactory createConnectionFactory(); /** - * Returns the the CREATE TABLE statement for table {@code legoset} with the following three columns: + * Returns the CREATE TABLE statement for table {@code legoset} with the following three columns: *