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:
qouyang 2006-04-27 07:03:50 +00:00
parent c9d5da94be
commit 966ea827ac
1 changed files with 2 additions and 2 deletions

View File

@ -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