Skip to content

Commit b97aa68

Browse files
author
heehoonhong
committed
Feat: add author name
1 parent 0168ba3 commit b97aa68

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/query/DtoProjectionTransformerDelegate.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
* </ul>
3737
*
3838
* @author Mark Paluch
39+
* @author HeeHoon Hong
3940
* @since 3.5
4041
*/
4142
class DtoProjectionTransformerDelegate {

spring-data-jpa/src/test/java/org/springframework/data/jpa/repository/query/AbstractDtoQueryTransformerUnitTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
* Support class for unit tests for {@link DtoProjectionTransformerDelegate}.
3333
*
3434
* @author Mark Paluch
35+
* @author HeeHoon Hong
3536
*/
3637
abstract class AbstractDtoQueryTransformerUnitTests<P extends JpaQueryEnhancer<? extends QueryInformation>> {
3738

0 commit comments

Comments
 (0)