From 966ea827acc719f038eb8edf2436c4bef239b28b Mon Sep 17 00:00:00 2001 From: qouyang Date: Thu, 27 Apr 2006 07:03:50 +0000 Subject: [PATCH] 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 --- .../org/tianocore/framework/tasks/FfsHeader.java | 4 ++-- 1 file 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 -- 2.39.2