File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
spring-data-jpa/src/test/java/org/springframework/data/jpa/repository/query Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -208,16 +208,6 @@ void applySortingAccountsForNewlinesInSubselect() {
208208
209209Sort sort = Sort .by (Sort .Order .desc ("age" ));
210210
211- //
212- //
213- //
214- //
215- //
216- //
217- //
218- //
219- //
220- //
221211assertThat (newParser ("""
222212select u
223213from user u
@@ -364,7 +354,6 @@ void detectsConstructorExpressionInDistinctQuery() {
364354@ Test // DATAJPA-938
365355void detectsComplexConstructorExpression () {
366356
367- //
368357assertThat (hasConstructorExpression (
369358"""
370359select new foo.bar.Foo(ip.id, ip.name, sum(lp.amount))
@@ -487,9 +476,6 @@ void detectsAliasWithGroupAndOrderBy() {
487476@ Test // DATAJPA-1500
488477void createCountQuerySupportsWhitespaceCharacters () {
489478
490- //
491- //
492- //
493479assertThat (createCountQueryFor ("""
494480select user from User user
495481 where user.age = 18
@@ -533,11 +519,6 @@ WITH maxId AS(select max(sr.snapshot.id) snapshotId from SnapshotReference sr
533519@ Test
534520void createCountQuerySupportsLineBreaksInSelectClause () {
535521
536- //
537- //
538- //
539- //
540- //
541522assertThat (createCountQueryFor ("""
542523select user.age,
543524 user.name
@@ -600,10 +581,6 @@ void appliesSortCorrectlyForSimpleField() {
600581@ Test
601582void createCountQuerySupportsLineBreakRightAfterDistinct () {
602583
603- //
604- //
605- //
606- //
607584assertThat (createCountQueryFor ("""
608585select
609586distinct
You can’t perform that action at this time.
0 commit comments