]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/platform/ui/FpdModuleSA.java
Fix not able to save after change build target.
[mirror_edk2.git] / Tools / Java / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / platform / ui / FpdModuleSA.java
index fcb78f3648bb0da1317c702360f1a1acfb9b1d79..0b190ae2dbaa378bb9e7f46382085ee15ccb0c8b 100644 (file)
@@ -185,6 +185,9 @@ public class FpdModuleSA extends JDialog implements ActionListener {
             for (int i = 0; i < saa.length; ++i) {\r
                 ModuleIdentification mi = WorkspaceProfile.getModuleId(saa[i][1] + " " + saa[i][2] + " " + saa[i][3] + " " + saa[i][4]);\r
                 if (mi != null) {\r
+                    //\r
+                    // ToDo: verify this instance first.\r
+                    //\r
                     saa[i][0] = mi.getName();\r
                     saa[i][2] = mi.getVersion();\r
                     saa[i][4] = mi.getPackageId().getVersion();\r
@@ -267,7 +270,7 @@ public class FpdModuleSA extends JDialog implements ActionListener {
             }\r
             \r
             //\r
-            // find potential instances in all dependency pkgs for classes still in classConsumed.\r
+            // find potential instances in all pkgs for classes still in classConsumed.\r
             //\r
             if (classInstanceMap == null){\r
                 classInstanceMap = new HashMap<String, ArrayList<String>>();\r