mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
09.27.2018 6ab55d3f236c98b4381cc8b37057e684aa522e7f
borgbutler-core/src/main/java/de/micromata/borgbutler/cache/RepoListCache.java
@@ -8,7 +8,7 @@
import java.io.File;
public class RepoListCache extends AbstractCache<RepoList> {
public class RepoListCache extends AbstractElementsCache<RepoList> {
    private static Logger log = LoggerFactory.getLogger(RepoListCache.class);
    public static final String CACHE_REPO_LISTS_BASENAME = "repo-lists";