This commit is contained in:
unpush 2014-09-25 23:49:05 +09:00 committed by Stephane Nicoll
parent bd7d56ac54
commit 31391232f4
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public interface SimpleJdbcInsertOperations {
SimpleJdbcInsertOperations usingColumns(String... columnNames);
/**
* Specify the name sof any columns that have auto generated keys.
* Specify the names of any columns that have auto generated keys.
* @param columnNames one or more column names
* @return the instance of this SimpleJdbcInsert
*/