Skip to content

Commit ba2202a

Browse files
acktsapfmbenhassine
authored andcommitted
Remove repeating 'the the' in docs
Signed-off-by: Taeik Lim <sibera21@gmail.com>
1 parent bf6c720 commit ba2202a

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

spring-batch-core/src/main/java/org/springframework/batch/core/configuration/support/DefaultBatchConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,9 +461,9 @@ protected String getDatabaseType() throws MetaDataAccessException {
461461
}
462462

463463
/**
464-
* Return the {@link TaskExecutor} to use in the the job launcher. Defaults to
464+
* Return the {@link TaskExecutor} to use in the job launcher. Defaults to
465465
* {@link SyncTaskExecutor}.
466-
* @return the {@link TaskExecutor} to use in the the job launcher.
466+
* @return the {@link TaskExecutor} to use in the job launcher.
467467
*/
468468
protected TaskExecutor getTaskExecutor() {
469469
return new SyncTaskExecutor();

spring-batch-core/src/main/java/org/springframework/batch/core/configuration/xml/StepParserStepFactoryBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ public void setKeyGenerator(KeyGenerator keyGenerator) {
893893
/**
894894
*
895895
* Public setter for the capacity of the cache in the retry policy. If there are more
896-
* items than the specified capacity, the the step fails without being skipped or
896+
* items than the specified capacity, the step fails without being skipped or
897897
* recovered, and an exception is thrown. This guards against inadvertent infinite
898898
* loops generated by item identity problems.<br>
899899
* <br>

spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml/spring-batch-2.0.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
<xsd:attribute name="table-prefix" type="xsd:string">
183183
<xsd:annotation>
184184
<xsd:documentation><![CDATA[
185-
The the table prefix to use for all the batch meta-data tables.
185+
The table prefix to use for all the batch meta-data tables.
186186
Defaults to "BATCH_".
187187
]]></xsd:documentation>
188188
</xsd:annotation>

spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml/spring-batch-2.1.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ ref" is not required, and only needs to be specified explicitly
230230
<xsd:attribute name="table-prefix" type="xsd:string">
231231
<xsd:annotation>
232232
<xsd:documentation><![CDATA[
233-
The the table prefix to use for all the batch meta-data tables.
233+
The table prefix to use for all the batch meta-data tables.
234234
Defaults to "BATCH_".
235235
]]></xsd:documentation>
236236
</xsd:annotation>

spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml/spring-batch-2.2.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ ref" is not required, and only needs to be specified explicitly
230230
<xsd:attribute name="table-prefix" type="xsd:string">
231231
<xsd:annotation>
232232
<xsd:documentation><![CDATA[
233-
The the table prefix to use for all the batch meta-data tables.
233+
The table prefix to use for all the batch meta-data tables.
234234
Defaults to "BATCH_".
235235
]]></xsd:documentation>
236236
</xsd:annotation>

spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml/spring-batch-3.0.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
<xsd:attribute name="table-prefix" type="xsd:string">
246246
<xsd:annotation>
247247
<xsd:documentation><![CDATA[
248-
The the table prefix to use for all the batch meta-data tables.
248+
The table prefix to use for all the batch meta-data tables.
249249
Defaults to "BATCH_".
250250
]]></xsd:documentation>
251251
</xsd:annotation>

spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml/spring-batch.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
<xsd:attribute name="table-prefix" type="xsd:string">
247247
<xsd:annotation>
248248
<xsd:documentation><![CDATA[
249-
The the table prefix to use for all the batch meta-data tables.
249+
The table prefix to use for all the batch meta-data tables.
250250
Defaults to "BATCH_".
251251
]]></xsd:documentation>
252252
</xsd:annotation>

0 commit comments

Comments
 (0)