From 72496ba5949dc69a61ac439ea67a0586c0a7a59b Mon Sep 17 00:00:00 2001 From: Sanghyuk Jung Date: Wed, 24 Jul 2024 09:27:14 +0900 Subject: [PATCH] Remove duplicated "the" in JavaDoc. Original pull request #1840 --- .../repository/AbstractR2dbcRepositoryIntegrationTests.java | 2 +- ...stractR2dbcRepositoryWithMixedCaseNamesIntegrationTests.java | 2 +- .../support/AbstractSimpleR2dbcRepositoryIntegrationTests.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: *