NIFI-11210 Removed unused import from TestDistributedMapCacheClientService

- Missed commit from #6994

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
exceptionfactory 2023-03-03 15:27:02 -06:00
parent 5e3b93b2d6
commit f76259a6cf
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 0 additions and 1 deletions

View File

@ -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;