Skip to content

Commit

Permalink
Remove repeating 'the the' in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Taeik Lim <[email protected]>
  • Loading branch information
acktsap authored and fmbenhassine committed Dec 3, 2024
1 parent bf6c720 commit ba2202a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,9 @@ protected String getDatabaseType() throws MetaDataAccessException {
}

/**
* 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();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ public void setKeyGenerator(KeyGenerator keyGenerator) {
/**
*
* 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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ba2202a

Please sign in to comment.