This commit is contained in:
Andrey 2024-09-18 09:49:11 -04:00
parent e9c60e79de
commit 2ef54785c8
1 changed files with 0 additions and 5 deletions

View File

@ -7,15 +7,10 @@ import java.io.*;
import java.util.List;
/**
* Minor mess: we also have FileUtil in shared_ui
* Date: 3/8/13
* Andrey Belomutskiy, (c) 2013-2020
*/
public class FileUtils {
public static void readFile(String filename, EngineState.EngineStateListener listener) {
readFile2(filename, new EngineState(listener));
}
public static void readFile2(String filename, EngineState engineState) {
BufferedReader reader;