Remove repeating 'the the' in docs
Signed-off-by: Taeik Lim <sibera21@gmail.com>
This commit is contained in:
committed by
Mahmoud Ben Hassine
parent
bf6c72093b
commit
ba2202a540
@@ -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();
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user