Fix unused import

* Fix new Sonar smells
This commit is contained in:
Artem Bilan
2020-08-10 14:39:26 -04:00
parent b54085c99d
commit a10e317696
2 changed files with 3 additions and 5 deletions

View File

@@ -17,7 +17,6 @@
package org.springframework.integration.r2dbc.inbound;
import java.util.HashMap;
import java.util.Map;
import java.util.function.BiFunction;