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