Delete unused import

This commit is contained in:
Sam Brannen 2022-09-07 16:55:20 +02:00
parent fdfa7cbae6
commit 26d2f7d12b
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@
package org.springframework.web.service.invoker;
import org.reactivestreams.Publisher;
import org.springframework.core.MethodParameter;
import org.springframework.core.ParameterizedTypeReference;
import org.springframework.core.ReactiveAdapter;