Skip to content

Commit 1f36fbc

Browse files
committed
DATAJDBC-622 - Polishing.
Corrected the author tags. I used the wrong author in the previous polishing commit. Original pull request: #245.
1 parent a9c4445 commit 1f36fbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-data-jdbc/src/main/java/org/springframework/data/jdbc/repository/config/EnableJdbcRepositories.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @author Greg Turnquist
3939
* @author Mark Paluch
4040
* @author Fei Dong
41-
* @author Juan Medina
41+
* @author Antoine Sauray
4242
* @see AbstractJdbcConfiguration
4343
*/
4444
@Target(ElementType.TYPE)

spring-data-jdbc/src/main/java/org/springframework/data/jdbc/repository/config/JdbcRepositoryConfigExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* @author Jens Schauder
3636
* @author Fei Dong
3737
* @author Mark Paluch
38-
* @author Juan Medina
38+
* @author Antoine Sauray
3939
*/
4040
public class JdbcRepositoryConfigExtension extends RepositoryConfigurationExtensionSupport {
4141

0 commit comments

Comments
 (0)