mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 09:43:15 +00:00
resolveと競合するのでStringのsetPathを廃止
This commit is contained in:
parent
9faf5c9055
commit
fcda369a2e
|
@ -26,6 +26,5 @@ public interface FileManager {
|
|||
|
||||
FileManager setRootDir(Path rootDir);
|
||||
FileManager setPath(Path path);
|
||||
FileManager setPath(String path);
|
||||
FileManager resolve(String path);
|
||||
}
|
||||
|
|
|
@ -130,11 +130,6 @@ public class FileManagerImpl implements FileManager {
|
|||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public FileManager setPath(String path) {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public FileManager resolve(String path) {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue
Block a user