Remove duplicated "the" in JavaDoc.

Original pull request #1840
This commit is contained in:
Sanghyuk Jung
2024-07-24 09:27:14 +09:00
committed by Jens Schauder
parent 5bf4acbdd6
commit 904a71a8a2
3 changed files with 3 additions and 3 deletions

View File

@@ -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:
* <ul>
* <li>id integer (primary key), not null, auto-increment</li>
* <li>name varchar(255), nullable</li>

View File

@@ -88,7 +88,7 @@ public abstract class AbstractR2dbcRepositoryWithMixedCaseNamesIntegrationTests
protected abstract String getCreateTableStatement();
/**
* Returns the the DROP TABLE statement for table {@code LegoSet}.
* Returns the DROP TABLE statement for table {@code LegoSet}.
*
* @return the DROP TABLE statement for table {@code LegoSet}.
*/

View File

@@ -110,7 +110,7 @@ public abstract class AbstractSimpleR2dbcRepositoryIntegrationTests extends R2db
protected abstract DataSource createDataSource();
/**
* 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:
* <ul>
* <li>id integer (primary key), not null, auto-increment</li>
* <li>name varchar(255), nullable</li>