Remove duplicated words in Javadoc

This commit is contained in:
Sam Brannen
2022-12-18 11:03:29 +01:00
parent d2b54e2611
commit 5c28b56823
4 changed files with 4 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ class NamedParameterExpander {
* placeholders to be used for a select list. Select lists should be limited
* to 100 or fewer elements. A larger number of elements is not guaranteed to be
* supported by the database and is strictly vendor-dependent.
* @param sql sql the original SQL statement
* @param sql the original SQL statement
* @param bindMarkersFactory the bind marker factory
* @param paramSource the source for named parameters
* @return the expanded sql that accepts bind parameters and allows for execution