]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/PcdTools/org/tianocore/pcd/entity/SkuInstance.java
Abstract the logic of Platform pcd preprocess according to FPD file to a class. And...
[mirror_edk2.git] / Tools / Source / PcdTools / org / tianocore / pcd / entity / SkuInstance.java
index 181e321b0a62663f554ee6f71e1b7b53f6502355..f6292d7820843cf9e52f38026d4be652479cb05d 100644 (file)
@@ -22,6 +22,7 @@ public class SkuInstance {
     /// The id number of this SKU instance\r
     ///\r
     public int              id;\r
+\r
     ///\r
     /// The value of this SKU instance\r
     ///\r
@@ -38,6 +39,9 @@ public class SkuInstance {
         this.value = value;\r
     }\r
 \r
+    /**\r
+      Default constructor function.  \r
+    **/\r
     public SkuInstance() {\r
         this.id    = 0;\r
         this.value = new DynamicTokenValue();\r