]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/FfsHeader.java
Change class name from FfsHeader$integrityCheckSum to FfsHeader$IntegrityCheckSum...
[mirror_edk2.git] / Tools / Source / FrameworkTasks / org / tianocore / framework / tasks / FfsHeader.java
index 452f65394e1b0113626285e4c0fc3162032cfa9d..4af491950da579885d31f119979b08e7d741bf99 100644 (file)
@@ -110,7 +110,7 @@ public class FfsHeader {
       \r
       This class is used to record the struct of checksum.\r
     **/\r
-    public class integrityCheckSum {\r
+    public class IntegrityCheckSum {\r
         byte header;\r
         byte file;\r
     }\r
@@ -123,7 +123,7 @@ public class FfsHeader {
     ///\r
     /// CheckSum\r
     ///\r
-    integrityCheckSum integrityCheck = new integrityCheckSum();\r
+    IntegrityCheckSum integrityCheck = new IntegrityCheckSum();\r
 \r
     ///\r
     /// File type\r