This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new 29570a504 Format tweak 29570a504 is described below commit 29570a504714937b9f0f58ff6354036346faa9e8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 24 19:06:16 2024 -0400 Format tweak --- src/test/java/org/apache/commons/io/FileUtilsTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/java/org/apache/commons/io/FileUtilsTest.java b/src/test/java/org/apache/commons/io/FileUtilsTest.java index cc8ca3d17..48c9740be 100644 --- a/src/test/java/org/apache/commons/io/FileUtilsTest.java +++ b/src/test/java/org/apache/commons/io/FileUtilsTest.java @@ -167,9 +167,7 @@ public class FileUtilsTest extends AbstractTempDirTest { private File testFile1; private File testFile2; - private long testFile1Size; - private long testFile2Size; private void assertContentMatchesAfterCopyURLToFileFor(final String resourceName, final File destination) throws IOException {