1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-05 21:22:39 +02:00

Moving tool class to tools dir

This commit is contained in:
vlofgren
2022-05-19 18:30:57 +02:00
parent 5c04c0843b
commit 1012de3135

View File

@@ -1,4 +1,4 @@
package nu.marginalia.wmsa.edge.index.service.index;
package nu.marginalia.wmsa.edge.tools;
import nu.marginalia.wmsa.edge.index.model.IndexBlock;
import org.slf4j.Logger;