We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ce4d5 commit 283c50bCopy full SHA for 283c50b
1 file changed
src/test/java/org/apache/commons/io/FileCleaningTrackerTest.java
@@ -247,7 +247,7 @@ public void testFileCleanerExitWhenFinished1() throws Exception {
247
final String path = testFile.getPath();
248
249
assertFalse(testFile.exists(), "1-testFile exists: " + testFile);
250
-
+
251
// Do NOT used a try-with-resources statement here or the test will fail.
252
RandomAccessFile raf = createRandomAccessFile();
253
assertTrue(testFile.exists(), "2-testFile exists");
0 commit comments