]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/GlobalData.java
1. Add function "Refresh" in main UI
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / common / GlobalData.java
index a50d2f104ffcf5e317b27d835fdf634ef1399889..e83a95bbad5d35b1caa356fdeaa183bfcac52b3c 100644 (file)
@@ -178,7 +178,7 @@ public class GlobalData {
      @return a Vector with all modules' path\r
      \r
      **/\r
-    private static Vector<String> getAllModulesOfPackage(String path) {\r
+    public static Vector<String> getAllModulesOfPackage(String path) {\r
         Vector<String> modulePath = new Vector<String>();\r
         try {\r
             MsaFiles files = OpenFile.openSpdFile(path).getMsaFiles();\r