mirror of https://github.com/apache/nifi.git
NIFI-11210 Removed unused import from TestDistributedMapCacheClientService
- Missed commit from #6994 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
5e3b93b2d6
commit
f76259a6cf
|
@ -16,7 +16,6 @@
|
|||
*/
|
||||
package org.apache.nifi.distributed.cache.server.map;
|
||||
|
||||
import org.apache.nifi.components.PropertyDescriptor;
|
||||
import org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService;
|
||||
import org.apache.nifi.distributed.cache.client.Serializer;
|
||||
import org.apache.nifi.distributed.cache.operations.MapOperation;
|
||||
|
|
Loading…
Reference in New Issue