]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/Identifications/LibraryClass/LibraryClassVector.java
Use table and popup window to add/edit all elements of module instead of original...
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / module / Identifications / LibraryClass / LibraryClassVector.java
index efb146e1e7b42df6ca2071c2d9072c3eab0f137a..d5e22f980bab5270a91dfd77387a314d97140077 100644 (file)
@@ -50,7 +50,7 @@ public class LibraryClassVector {
         vLibraryClass.addElement(lib);\r
     }\r
     \r
-    public void updateLibraryClass(LibraryClassIdentification lib, int index) {\r
+    public void setLibraryClass(LibraryClassIdentification lib, int index) {\r
         vLibraryClass.setElementAt(lib, index);\r
     }\r
     \r