mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +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…
Reference in New Issue
Block a user