Skip to content

Commit 8ff287b

Browse files
pgrosslichtbclozel
authored andcommitted
Use correct logger name in QuerydslDataFetcher
Closes gh-1185 Signed-off-by: Patrick Grosslicht <[email protected]>
1 parent d8381e6 commit 8ff287b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-graphql/src/main/java/org/springframework/graphql/data/query/QuerydslDataFetcher.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
*/
107107
public abstract class QuerydslDataFetcher<T> {
108108

109-
private static final Log logger = LogFactory.getLog(QueryByExampleDataFetcher.class);
109+
private static final Log logger = LogFactory.getLog(QuerydslDataFetcher.class);
110110

111111
private static final QuerydslPredicateBuilder BUILDER = new QuerydslPredicateBuilder(
112112
DefaultConversionService.getSharedInstance(), SimpleEntityPathResolver.INSTANCE);

0 commit comments

Comments
 (0)