We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7d56a commit 3139123Copy full SHA for 3139123
spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcInsertOperations.java
@@ -61,7 +61,7 @@ public interface SimpleJdbcInsertOperations {
61
SimpleJdbcInsertOperations usingColumns(String... columnNames);
62
63
/**
64
- * Specify the name sof any columns that have auto generated keys.
+ * Specify the names of any columns that have auto generated keys.
65
* @param columnNames one or more column names
66
* @return the instance of this SimpleJdbcInsert
67
*/
0 commit comments