X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FFrameworkTasks%2Forg%2Ftianocore%2Fframework%2Ftasks%2FSection.java;h=5fa8d7b1ee35968f1bf228e12d1286cf131007a6;hp=6abee52da3e0e28149b7cdb7b3eae8deaa630e94;hb=87379bbecf036195249649680b958e501dc952a5;hpb=9c7790d2cb87584ac2a844f0757142edebd35f71 diff --git a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/Section.java b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/Section.java index 6abee52da3..5fa8d7b1ee 100644 --- a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/Section.java +++ b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/Section.java @@ -19,5 +19,5 @@ import java.io.DataOutputStream; Section interface is for geting the contain buffer form compress, tool, and sectFile **/ public interface Section { - public void toBuffer (DataOutputStream buffer, DataOutputStream orgBuffer); + public void toBuffer (DataOutputStream buffer); } \ No newline at end of file