Skip to content
Snippets Groups Projects
Commit 4cf84301 authored by Zhibin Mai's avatar Zhibin Mai
Browse files

Remove unused import package which failed the azure_code_coverage

parent 40b0e1c7
No related branches found
No related tags found
1 merge request!572Implement Redis cache in Azure for two kinds of object caches that are...
Pipeline #196608 failed
Pipeline: Indexer

#196612

    ......@@ -18,7 +18,5 @@ package org.opengroup.osdu.indexer.cache;
    import org.opengroup.osdu.core.common.cache.ICache;
    import org.opengroup.osdu.core.common.model.storage.RecordData;
    import java.util.Map;
    public interface IRelatedObjectCache extends ICache<String, RecordData> {
    }
    ......@@ -20,8 +20,6 @@ import org.opengroup.osdu.core.common.model.storage.RecordData;
    import org.opengroup.osdu.indexer.model.Constants;
    import org.springframework.stereotype.Component;
    import java.util.Map;
    @Component
    public class RelatedObjectCacheVmImpl implements IRelatedObjectCache {
    private VmCache<String, RecordData> cache;
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment