From 6106ef630a8eb321980565aac1ab0a0ec877cfac Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Thu, 6 Jan 2022 16:30:08 +0000 Subject: [PATCH] Polishing See gh-239 --- .../graphql/data/method/InvocableHandlerMethodSupport.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/spring-graphql/src/main/java/org/springframework/graphql/data/method/InvocableHandlerMethodSupport.java b/spring-graphql/src/main/java/org/springframework/graphql/data/method/InvocableHandlerMethodSupport.java index bb0f86a3..d352934f 100644 --- a/spring-graphql/src/main/java/org/springframework/graphql/data/method/InvocableHandlerMethodSupport.java +++ b/spring-graphql/src/main/java/org/springframework/graphql/data/method/InvocableHandlerMethodSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,14 +22,11 @@ import java.util.List; import java.util.stream.Collectors; import java.util.stream.Stream; -import org.reactivestreams.Publisher; -import reactor.core.publisher.Flux; import reactor.core.publisher.Mono; import org.springframework.core.CoroutinesUtils; import org.springframework.core.KotlinDetector; import org.springframework.lang.Nullable; -import org.springframework.util.Assert; /** * Extension of {@link HandlerMethod} that adds support for invoking the