We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8273ea commit 2842124Copy full SHA for 2842124
1 file changed
documentation/execution.md
@@ -74,8 +74,6 @@ Here is the code for the standard behaviour.
74
```java
75
public class SimpleDataFetcherExceptionHandler implements DataFetcherExceptionHandler {
76
77
- private static final Logger logNotSafe = LogKit.getNotPrivacySafeLogger(SimpleDataFetcherExceptionHandler.class);
78
-
79
static final SimpleDataFetcherExceptionHandler defaultImpl = new SimpleDataFetcherExceptionHandler();
80
81
private DataFetcherExceptionHandlerResult handleExceptionImpl(DataFetcherExceptionHandlerParameters handlerParameters) {
0 commit comments