unused警告を無効に

This commit is contained in:
r-ca 2024-01-08 12:52:45 +09:00
parent 3540f20c46
commit bc5d0edd68
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -9,6 +9,7 @@ import java.nio.file.Path;
import java.util.List; import java.util.List;
/** @noinspection unused*/
public interface FileManager { public interface FileManager {
Path getRootDir(); Path getRootDir();