Skip to content

Commit 9a80b0c

Browse files
Kguswoschauder
authored andcommitted
Remove dead code in JSqlParserQueryEnhancer
Signed-off-by: Now <[email protected]> Original pull request #3954
1 parent 714d673 commit 9a80b0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ public JSqlParserQueryEnhancer(QueryProvider query) {
9898
this.projection = detectProjection(this.statement);
9999
this.selectAliases = Collections.unmodifiableSet(getSelectionAliases(this.statement));
100100
this.joinAliases = Collections.unmodifiableSet(getJoinAliases(this.statement));
101-
byte[] tmp = SerializationUtils.serialize(this.statement);
102-
// this.serialized = tmp != null ? tmp : new byte[0];
103101
this.serialized = SerializationUtils.serialize(this.statement);
104102
}
105103

0 commit comments

Comments
 (0)