Storage : suppresion de 2 interfaces inutiles
This commit is contained in:
parent
4291618774
commit
4fbe6bb88c
@ -1,6 +0,0 @@
|
||||
package lightcontainer.storage;
|
||||
|
||||
public interface FileReader {
|
||||
|
||||
AppData readFile(String fileName);
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
package lightcontainer.storage;
|
||||
|
||||
public interface FileWriter {
|
||||
|
||||
void writeToFile(String fileName, AppData appData);
|
||||
}
|
Loading…
Reference in New Issue
Block a user