DATAJDBC-622 - Polishing.

Corrected the author tags.
I used the wrong author in the previous polishing commit.

Original pull request: #245.
This commit is contained in:
Jens Schauder
2020-10-26 12:25:32 +01:00
parent a9c4445501
commit 1f36fbccf6
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ import org.springframework.transaction.PlatformTransactionManager;
* @author Greg Turnquist
* @author Mark Paluch
* @author Fei Dong
* @author Juan Medina
* @author Antoine Sauray
* @see AbstractJdbcConfiguration
*/
@Target(ElementType.TYPE)

View File

@@ -35,7 +35,7 @@ import org.springframework.util.StringUtils;
* @author Jens Schauder
* @author Fei Dong
* @author Mark Paluch
* @author Juan Medina
* @author Antoine Sauray
*/
public class JdbcRepositoryConfigExtension extends RepositoryConfigurationExtensionSupport {