]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Change class name from FfsHeader$integrityCheckSum to FfsHeader$IntegrityCheckSum...
authorqouyang <qouyang@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 27 Apr 2006 07:03:50 +0000 (07:03 +0000)
committerqouyang <qouyang@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 27 Apr 2006 07:03:50 +0000 (07:03 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@61 6f19259b-4bc3-4df7-8a09-765794883524

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