Skip to content

Commit cd574c6

Browse files
committed
DATAJPA-1813 - Polishing.
Adds @author tags. Original pull request: #434.
1 parent a38ae67 commit cd574c6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/java/org/springframework/data/jpa/repository/support/QuerydslJpaPredicateExecutorUnitTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
* @author Thomas Darimont
6060
* @author Mark Paluch
6161
* @author Christoph Strobl
62+
* @author Malte Mauelshagen
6263
*/
6364
@ExtendWith(SpringExtension.class)
6465
@ContextConfiguration({ "classpath:infrastructure.xml" })

src/test/java/org/springframework/data/jpa/repository/support/QuerydslJpaRepositoryTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
* @author Thomas Darimont
5858
* @author Mark Paluch
5959
* @author Christoph Strobl
60+
* @author Malte Mauelshagen
6061
*/
6162
@ExtendWith(SpringExtension.class)
6263
@ContextConfiguration({ "classpath:infrastructure.xml" })

0 commit comments

Comments
 (0)