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.
2 parents bd7d56a + 3139123 commit c0dedecCopy full SHA for c0dedec
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