Skip to content

Commit

Permalink
Update Bytes.java
Browse files Browse the repository at this point in the history
Added missing import
  • Loading branch information
tweimer authored Nov 17, 2024
1 parent a6e5dc3 commit 7cf0b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/mergebase/log4j/Bytes.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.UncheckedIOException;
import java.nio.file.Files;

public class Bytes {

Expand Down

0 comments on commit 7cf0b8a

Please sign in to comment.