]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/far/DistributeRule.java
Adjusted sizes to accommodate Windows, iMac and Linux GUI
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / far / DistributeRule.java
index e6b19b3be1ebc592ab45645d4a2fd8e4c2f265b4..16faf4e40842c46df1f68884b66c2b4f7adc3118 100644 (file)
@@ -59,15 +59,6 @@ public class DistributeRule {
                                                                             AggregationOperation.union(farPkgList,\r
                                                                                                        dbPkgList));\r
 \r
-        //\r
-        //  If dependencies don't meet, print the error message and return.\r
-        // \r
-        //        if (resultList != null || resultList.size()> 0){\r
-        //            Iterator resItem = resultList.iterator();\r
-        //            while (resItem.hasNext()){\r
-        //                System.out.println("Missing package:" + resItem.next().toString() + " !");\r
-        //            }\r
-        //        }\r
         return resultList;\r
 \r
     }\r
@@ -95,5 +86,4 @@ public class DistributeRule {
         }\r
         return set;\r
     }\r
-\r
 }\r