diff options
author | qouyang <qouyang@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-04-27 07:03:50 +0000 |
---|---|---|
committer | qouyang <qouyang@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-04-27 07:03:50 +0000 |
commit | 966ea827acc719f038eb8edf2436c4bef239b28b (patch) | |
tree | 7c138706bdf8d10cea26f232a933a09744752174 | |
parent | c9d5da94be21621967e558af4a917d969831f4fb (diff) | |
download | edk2-platforms-966ea827acc719f038eb8edf2436c4bef239b28b.tar.xz |
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
-rw-r--r-- | Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/FfsHeader.java | 4 |
1 files changed, 2 insertions, 2 deletions
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
|