mirror of https://github.com/acidanthera/audk.git
Change class name from FfsHeader$integrityCheckSum to FfsHeader$IntegrityCheckSum to follow java coding style.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@61 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c9d5da94be
commit
966ea827ac
|
@ -110,7 +110,7 @@ public class FfsHeader {
|
||||||
|
|
||||||
This class is used to record the struct of checksum.
|
This class is used to record the struct of checksum.
|
||||||
**/
|
**/
|
||||||
public class integrityCheckSum {
|
public class IntegrityCheckSum {
|
||||||
byte header;
|
byte header;
|
||||||
byte file;
|
byte file;
|
||||||
}
|
}
|
||||||
|
@ -123,7 +123,7 @@ public class FfsHeader {
|
||||||
///
|
///
|
||||||
/// CheckSum
|
/// CheckSum
|
||||||
///
|
///
|
||||||
integrityCheckSum integrityCheck = new integrityCheckSum();
|
IntegrityCheckSum integrityCheck = new IntegrityCheckSum();
|
||||||
|
|
||||||
///
|
///
|
||||||
/// File type
|
/// File type
|
||||||
|
|
Loading…
Reference in New Issue