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 ee5506574..669ec4915 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 @@ public abstract class AbstractR2dbcRepositoryIntegrationTests extends R2dbcInteg 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: *