Skip to content

Commit 7882a33

Browse files
committed
Merge pull request #22718 from jKiler
* pr/22718: Polish contribution Polish
2 parents d6088fa + db64286 commit 7882a33

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

Diff for: spring-jdbc/src/main/java/org/springframework/jdbc/support/KeyHolder.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
3030
* In the general case, the keys are returned as a List containing one Map
3131
* for each row of keys.
3232
*
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
3434
* time in an insert statement. In these cases, just call {@code getKey}
3535
* to retrieve the key. The returned value is a Number here, which is the
3636
* usual type for auto-generated keys.

0 commit comments

Comments
 (0)