Skip to content

Commit 6f096b9

Browse files
author
Gary Gregory
committed
Rename @AfterEach method.
1 parent deb092b commit 6f096b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/input/MemoryMappedFileInputStreamTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class MemoryMappedFileInputStreamTest {
4545
Path tempDir;
4646

4747
@AfterEach
48-
void cleanup() {
48+
void afterEach() {
4949
// Ask to run the garbage collector to clean up memory mapped buffers,
5050
// otherwise the temporary files won't be able to be removed when running on
5151
// Windows. Calling gc() is just a hint to the VM.

0 commit comments

Comments
 (0)