source/my/frame/src/frame/file/FileIOContainer.java
@@ -15,6 +15,7 @@ public class FileIOContainer { public static boolean Debug = true; private static FileIOContainer instance; private static Object locker = new Object(); @@ -58,6 +59,12 @@ return instance.fileIOMap.get(ioCode); } public static void tryLoad() throws Exception { if (Debug) { load(); } } public static void load() throws Exception { getInstance(); NamedSQL namedSQL;