Polishing.

Added author tags.

Original pull request: #2049
See #2025
This commit is contained in:
Jens Schauder
2025-05-06 16:04:52 +02:00
parent e88f4fe299
commit 520d6a7d4d
4 changed files with 4 additions and 0 deletions

View File

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

View File

@@ -55,6 +55,7 @@ import org.springframework.util.ClassUtils;
* @author Mark Paluch
* @author Stephen Cohen
* @author Diego Krupitza
* @author Daeho Kwon
*/
public class R2dbcQueryMethod extends QueryMethod {

View File

@@ -34,6 +34,7 @@ import org.springframework.data.repository.query.parser.Part;
* Unit tests for {@link CriteriaFactory}.
*
* @author Mark Paluch
* @author Daeho Kwon
*/
public class CriteriaFactoryUnitTests {

View File

@@ -35,6 +35,7 @@ import org.springframework.data.repository.query.parser.PartTree;
* Unit tests for {@link ParameterMetadataProvider}.
*
* @author Mark Paluch
* @author Daeho Kwon
*/
public class ParameterMetadataProviderUnitTests {