Merge pull request #651 from unpush/typofix

* typofix:
  fix typo
This commit is contained in:
Stephane Nicoll 2014-10-02 10:46:09 +02:00
commit c0dedec1d6
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
*/