Browse Source

Merge pull request #651 from unpush/typofix

* typofix:
  fix typo
pull/644/merge
Stephane Nicoll 12 years ago
parent
commit
c0dedec1d6
  1. 2
      spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcInsertOperations.java

2
spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcInsertOperations.java

@ -61,7 +61,7 @@ public interface SimpleJdbcInsertOperations { @@ -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
*/

Loading…
Cancel
Save