Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Feb 12, 2024
1 parent 3805623 commit baef89a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* This class provides the binding between the standard Pack200 interface and the internal interface for (un)packing.
*/
public class Pack200UnpackerAdapter extends Pack200Adapter implements Unpacker {

@Override
public void unpack(final File file, final JarOutputStream out) throws IOException {
if (file == null || out == null) {
Expand Down

0 comments on commit baef89a

Please sign in to comment.