Skip to content

Commit 0079663

Browse files
committed
1 parent 9be735e commit 0079663

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/org/apache/commons/io/file/AbstractTempDirTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public void beforeEachCreateTempDirs() throws IOException {
5454
}
5555

5656

57+
@SuppressWarnings("resource") // no FileSystem allocation
5758
protected final boolean isPosixFilePermissionsSupported() {
5859
return FileSystems.getDefault().supportedFileAttributeViews().contains("posix");
5960
}

0 commit comments

Comments
 (0)