Storage : suppresion de 2 interfaces inutiles
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user