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;