X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FFrameworkTasks%2Forg%2Ftianocore%2Fframework%2Ftasks%2FFfsHeader.java;h=4af491950da579885d31f119979b08e7d741bf99;hp=452f65394e1b0113626285e4c0fc3162032cfa9d;hb=966ea827acc719f038eb8edf2436c4bef239b28b;hpb=c9d5da94be21621967e558af4a917d969831f4fb diff --git a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/FfsHeader.java b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/FfsHeader.java index 452f65394e..4af491950d 100644 --- a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/FfsHeader.java +++ b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/FfsHeader.java @@ -110,7 +110,7 @@ public class FfsHeader { This class is used to record the struct of checksum. **/ - public class integrityCheckSum { + public class IntegrityCheckSum { byte header; byte file; } @@ -123,7 +123,7 @@ public class FfsHeader { /// /// CheckSum /// - integrityCheckSum integrityCheck = new integrityCheckSum(); + IntegrityCheckSum integrityCheck = new IntegrityCheckSum(); /// /// File type