Remove repeating 'the the' in docs

Signed-off-by: Taeik Lim <sibera21@gmail.com>
This commit is contained in:
Taeik Lim
2024-06-09 22:41:06 +09:00
committed by Mahmoud Ben Hassine
parent bf6c72093b
commit ba2202a540
7 changed files with 8 additions and 8 deletions

View File

@@ -461,9 +461,9 @@ public class DefaultBatchConfiguration implements ApplicationContextAware {
}
/**
* Return the {@link TaskExecutor} to use in the the job launcher. Defaults to
* Return the {@link TaskExecutor} to use in the job launcher. Defaults to
* {@link SyncTaskExecutor}.
* @return the {@link TaskExecutor} to use in the the job launcher.
* @return the {@link TaskExecutor} to use in the job launcher.
*/
protected TaskExecutor getTaskExecutor() {
return new SyncTaskExecutor();

View File

@@ -893,7 +893,7 @@ public class StepParserStepFactoryBean<I, O> implements FactoryBean<Step>, BeanN
/**
*
* Public setter for the capacity of the cache in the retry policy. If there are more
* items than the specified capacity, the the step fails without being skipped or
* items than the specified capacity, the step fails without being skipped or
* recovered, and an exception is thrown. This guards against inadvertent infinite
* loops generated by item identity problems.<br>
* <br>

View File

@@ -182,7 +182,7 @@
<xsd:attribute name="table-prefix" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
The the table prefix to use for all the batch meta-data tables.
The table prefix to use for all the batch meta-data tables.
Defaults to "BATCH_".
]]></xsd:documentation>
</xsd:annotation>

View File

@@ -230,7 +230,7 @@ ref" is not required, and only needs to be specified explicitly
<xsd:attribute name="table-prefix" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
The the table prefix to use for all the batch meta-data tables.
The table prefix to use for all the batch meta-data tables.
Defaults to "BATCH_".
]]></xsd:documentation>
</xsd:annotation>

View File

@@ -230,7 +230,7 @@ ref" is not required, and only needs to be specified explicitly
<xsd:attribute name="table-prefix" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
The the table prefix to use for all the batch meta-data tables.
The table prefix to use for all the batch meta-data tables.
Defaults to "BATCH_".
]]></xsd:documentation>
</xsd:annotation>

View File

@@ -245,7 +245,7 @@
<xsd:attribute name="table-prefix" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
The the table prefix to use for all the batch meta-data tables.
The table prefix to use for all the batch meta-data tables.
Defaults to "BATCH_".
]]></xsd:documentation>
</xsd:annotation>

View File

@@ -246,7 +246,7 @@
<xsd:attribute name="table-prefix" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
The the table prefix to use for all the batch meta-data tables.
The table prefix to use for all the batch meta-data tables.
Defaults to "BATCH_".
]]></xsd:documentation>
</xsd:annotation>