]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/MigrationTools/org/tianocore/migration/Guid.java
remodel 1
[mirror_edk2.git] / Tools / Source / MigrationTools / org / tianocore / migration / Guid.java
index 440d0c6c68e4fa459a717b27e37a60ac5e4ec171..ed6a7a77f22796827e301c3622abcb7c9cd738ff 100644 (file)
@@ -45,8 +45,8 @@ public class Guid {
                String temp = null;\r
                \r
                temp = mtr.group();\r
-               if (db.hasGuid(temp)) {         // only changed guids registered, because both changed and not changed guids are included in database\r
-                       type = db.getGuidType(temp);\r
+               if (MigrationTool.db.hasGuid(temp)) {           // only changed guids registered, because both changed and not changed guids are included in database\r
+                       type = MigrationTool.db.getGuidType(temp);\r
                        if (type.matches("Protocol")) {\r
                                mi.protocol.add(temp);\r
                        } else if (type.matches("Ppi")) {\r