Skip to content

Commit 3cb207b

Browse files
committed
use our own ArrayUtils at more places
1 parent 08fe573 commit 3cb207b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/htmlunit/DownloadedContent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import java.nio.file.Files;
2323

2424
import org.apache.commons.io.FileUtils;
25-
import org.apache.commons.lang3.ArrayUtils;
25+
import org.htmlunit.util.ArrayUtils;
2626

2727
/**
2828
* Wrapper for content downloaded from a remote server.

0 commit comments

Comments
 (0)