Polishing.

Add author tags.

See #1721
Original pull request #1722
This commit is contained in:
Jens Schauder
2024-04-23 11:52:21 +02:00
parent f50609f7b1
commit 13ed4baf45
4 changed files with 4 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ import org.springframework.lang.Nullable;
* versa.
*
* @author Jens Schauder
* @author Mark Paluch
* @since 1.1
*/
public interface JdbcConverter extends RelationalConverter {

View File

@@ -50,6 +50,7 @@ import org.springframework.util.StringUtils;
* @author Moises Cisneros
* @author Hebert Coelho
* @author Diego Krupitza
* @author Mark Paluch
*/
public class JdbcQueryMethod extends QueryMethod {