See gh-22718
This commit is contained in:
Jerzy 2019-04-01 13:11:05 +02:00 committed by Stephane Nicoll
parent d6088fa64e
commit ee1322ccbb
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import org.springframework.lang.Nullable;
* In the general case, the keys are returned as a List containing one Map
* for each row of keys.
*
* <p>Most applications only use on key per row and process only one row at a
* <p>Most applications only use one key per row and process only one row at a
* time in an insert statement. In these cases, just call {@code getKey}
* to retrieve the key. The returned value is a Number here, which is the
* usual type for auto-generated keys.