summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqouyang <qouyang@6f19259b-4bc3-4df7-8a09-765794883524>2006-04-27 07:03:50 +0000
committerqouyang <qouyang@6f19259b-4bc3-4df7-8a09-765794883524>2006-04-27 07:03:50 +0000
commit966ea827acc719f038eb8edf2436c4bef239b28b (patch)
tree7c138706bdf8d10cea26f232a933a09744752174
parentc9d5da94be21621967e558af4a917d969831f4fb (diff)
downloadedk2-966ea827acc719f038eb8edf2436c4bef239b28b.zip
edk2-966ea827acc719f038eb8edf2436c4bef239b28b.tar.gz
edk2-966ea827acc719f038eb8edf2436c4bef239b28b.tar.bz2
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.java4
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 452f653..4af4919 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