mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(sideload) Fix filename error in dealing with stackoverflow files
This commit is contained in:
parent
c88f132057
commit
2161799cc3
@ -5,12 +5,10 @@ import org.slf4j.Logger;
|
|||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.nio.ByteBuffer;
|
|
||||||
import java.nio.file.Files;
|
import java.nio.file.Files;
|
||||||
import java.nio.file.Path;
|
import java.nio.file.Path;
|
||||||
import java.nio.file.StandardCopyOption;
|
import java.nio.file.StandardCopyOption;
|
||||||
import java.util.Optional;
|
import java.util.Optional;
|
||||||
import java.util.zip.CRC32;
|
|
||||||
|
|
||||||
/** Contains helper functions for pre-converting stackexchange style 7z
|
/** Contains helper functions for pre-converting stackexchange style 7z
|
||||||
* files to marginalia-digestible sqlite databases*/
|
* files to marginalia-digestible sqlite databases*/
|
||||||
|
Loading…
Reference in New Issue
Block a user