random docs

This commit is contained in:
rusefillc 2022-07-14 01:38:53 -04:00
parent 87a8b2a887
commit 4d16843eed
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@ 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
*/

View File

@ -8,6 +8,9 @@ import java.nio.ByteOrder;
import java.util.zip.ZipEntry;
import java.util.zip.ZipInputStream;
/**
* Minor mess: we also have FileUtils in io
*/
public class FileUtil {
public static final String RUSEFI_SETTINGS_FOLDER = System.getProperty("user.home") + File.separator + ".rusEFI";