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 d6d99a6 Clean ups. d6d99a6 is described below commit d6d99a689c628395240827944d488e5d02222af4 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sun Sep 19 11:37:23 2021 -0400 Clean ups. --- src/test/java/org/apache/commons/io/FileCleaningTrackerTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/io/FileCleaningTrackerTestCase.java b/src/test/java/org/apache/commons/io/FileCleaningTrackerTestCase.java index 4f8095c..1705ce7 100644 --- a/src/test/java/org/apache/commons/io/FileCleaningTrackerTestCase.java +++ b/src/test/java/org/apache/commons/io/FileCleaningTrackerTestCase.java @@ -51,7 +51,7 @@ public class FileCleaningTrackerTestCase { private File testFile; private FileCleaningTracker theInstance; - + RandomAccessFile createRandomAccessFile() throws FileNotFoundException { return new RandomAccessFile(testFile, "rw"); }