X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FMigrationTools%2Forg%2Ftianocore%2Fmigration%2FModuleInfo.java;h=2f3af0309e9c16b8fda479de182c0eab1d5bfec2;hp=af1259ed62774241ada1c1ef88bfe974a80a1c26;hb=d1d10647bfa04dc45c5b19272deabbfe1bb9da95;hpb=1f08e795f837f8080cf61524ab0c8200b7cab991 diff --git a/Tools/Source/MigrationTools/org/tianocore/migration/ModuleInfo.java b/Tools/Source/MigrationTools/org/tianocore/migration/ModuleInfo.java index af1259ed62..2f3af0309e 100644 --- a/Tools/Source/MigrationTools/org/tianocore/migration/ModuleInfo.java +++ b/Tools/Source/MigrationTools/org/tianocore/migration/ModuleInfo.java @@ -33,8 +33,8 @@ public class ModuleInfo { moduleScan(); } - private static UI ui = null; //if MIM is still usefull, this can be given to it - private static Database db = null; //if MIM is still usefull, this can be given to it + public static UI ui = null; //if MIM is still usefull, this can be given to it + public static Database db = null; //if MIM is still usefull, this can be given to it public String modulepath = null; @@ -287,9 +287,10 @@ public class ModuleInfo { } return false; } - +/* public static final void main(String[] args) throws Exception { ui = FirstPanel.init(); db = new Database(); } + */ } \ No newline at end of file