mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-16 13:10:50 +00:00
重複したメソッドを削除
This commit is contained in:
parent
f36dc05db1
commit
3e2a295a22
@ -19,8 +19,6 @@ public interface FileManager {
|
||||
boolean isFile();
|
||||
boolean isWritable();
|
||||
boolean isReadable();
|
||||
Document readXml();
|
||||
|
||||
// Get current instance
|
||||
FileManager getCurrentInstance();
|
||||
|
||||
|
@ -116,11 +116,6 @@ public class FileManagerImpl implements FileManager {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public Document readXml() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public FileManager getCurrentInstance() {
|
||||
return this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user