Add @author tags for JDBC KeyHolder support

See gh-24655
This commit is contained in:
Sam Brannen
2020-06-16 17:37:11 +02:00
parent e2944c37e4
commit 50391ad3d7
2 changed files with 2 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ import org.springframework.lang.Nullable;
*
* @author Thomas Risberg
* @author Juergen Hoeller
* @author Slawomir Dymitrow
* @since 1.1
*/
public class GeneratedKeyHolder implements KeyHolder {

View File

@@ -38,6 +38,7 @@ import org.springframework.lang.Nullable;
*
* @author Thomas Risberg
* @author Juergen Hoeller
* @author Slawomir Dymitrow
* @since 1.1
* @see org.springframework.jdbc.core.JdbcTemplate
* @see org.springframework.jdbc.object.SqlUpdate