Skip to content

Commit 234a17d

Browse files
christophstroblmp911de
authored andcommitted
DATAJDBC-267 - Favor JdbcCustomConversions over CustomConversions in return type.
Original pull request: #89.
1 parent be7c04c commit 234a17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/jdbc/repository/config/JdbcConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected RelationalConverter relationalConverter(RelationalMappingContext mappi
6262
* @return must not be {@literal null}.
6363
*/
6464
@Bean
65-
protected CustomConversions jdbcCustomConversions() {
65+
protected JdbcCustomConversions jdbcCustomConversions() {
6666
return new JdbcCustomConversions();
6767
}
6868
}

0 commit comments

Comments
 (0)