Skip to content

Commit 3dd2631

Browse files
committed
Add author annotation to JpqlQueryRenderer and remove from tests
Signed-off-by: KNU-K <[email protected]>
1 parent a5960e7 commit 3dd2631

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
/**
3333
* An ANTLR {@link org.antlr.v4.runtime.tree.ParseTreeVisitor} that renders a JPQL query without making any changes.
3434
*
35+
* @author polyglot-k
3536
* @author Greg Turnquist
3637
* @author Christoph Strobl
3738
* @author Mark Paluch

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
* <br/>
3535
* IMPORTANT: Purely verifies the parser without any transformations.
3636
*
37-
* @author polyglot-k
3837
* @author Greg Turnquist
3938
* @author Christoph Strobl
4039
* @author Mark Paluch

0 commit comments

Comments
 (0)