File tree Expand file tree Collapse file tree
src/test/java/org/apache/commons/io Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1671,7 +1671,7 @@ void testForceDeleteAFileDoesNotExist() {
16711671 }
16721672
16731673 @ Test
1674- public void testForceDeleteBrokenSymlink () throws Exception {
1674+ void testForceDeleteBrokenSymlink () throws Exception {
16751675 final ImmutablePair <Path , Path > pair = createTempSymbolicLinkedRelativeDir ();
16761676 final Path symlinkedDir = pair .getLeft ();
16771677 final Path targetDir = pair .getRight ();
@@ -1765,7 +1765,7 @@ void testForceDeleteReadOnlyFile() throws Exception {
17651765 }
17661766
17671767 @ Test
1768- public void testForceDeleteSymlink () throws Exception {
1768+ void testForceDeleteSymlink () throws Exception {
17691769 final ImmutablePair <Path , Path > pair = createTempSymbolicLinkedRelativeDir ();
17701770 final Path symlinkedDir = pair .getLeft ();
17711771 final Path targetDir = pair .getRight ();
You can’t perform that action at this time.
0 commit comments