Skip to content

Commit e14bd08

Browse files
author
Gary Gregory
committed
Clean up.
1 parent e95c77c commit e14bd08

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/java/org/apache/commons/io/FileCleaningTrackerTestCase.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ public class FileCleaningTrackerTestCase {
5151
private File testFile;
5252

5353
private FileCleaningTracker theInstance;
54-
public RandomAccessFile createRandomAccessFile() throws FileNotFoundException {
54+
55+
RandomAccessFile createRandomAccessFile() throws FileNotFoundException {
5556
return new RandomAccessFile(testFile, "rw");
5657
}
5758

0 commit comments

Comments
 (0)