File tree 1 file changed +2
-2
lines changed
spring-jdbc/src/main/java/org/springframework/jdbc/support
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2018 the original author or authors.
2
+ * Copyright 2002-2019 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
30
30
* In the general case, the keys are returned as a List containing one Map
31
31
* for each row of keys.
32
32
*
33
- * <p>Most applications only use on key per row and process only one row at a
33
+ * <p>Most applications only use one key per row and process only one row at a
34
34
* time in an insert statement. In these cases, just call {@code getKey}
35
35
* to retrieve the key. The returned value is a Number here, which is the
36
36
* usual type for auto-generated keys.
You can’t perform that action at this time.
0 commit comments