]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fixed the FfsAlignment issue
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 8 Aug 2006 03:40:13 +0000 (03:40 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 8 Aug 2006 03:40:13 +0000 (03:40 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1210 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenFfsFileTask.java

index 3c7ebed362e0419d1a2dad10cf40a2aaf331c944..1500fdff6657ee0783f30f2af55683ac3699e797 100644 (file)
@@ -490,7 +490,7 @@ public class GenFfsFileTask extends Task implements EfiDefine, FfsTypes {
       This function is to get the ffsAligment\r
       @return  The value of ffsAligment.\r
     **/\r
-    public int getFfsAligment() {\r
+    public int getFfsAlignment() {\r
         return this.ffsAlignment;\r
     }\r
 \r
@@ -500,7 +500,7 @@ public class GenFfsFileTask extends Task implements EfiDefine, FfsTypes {
       This function is to set ffsAligment \r
       @param  ffsAligment     The value of ffsAligment.\r
     **/\r
-    public void setFfsAligment(int ffsAligment) {\r
+    public void setFfsAlignment(int ffsAligment) {\r
         this.ffsAlignment = ffsAligment;\r
         if (this.ffsAlignment > 7) {\r
             throw new BuildException ("FFS_ALIGMENT Scope is 0-7");\r