We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a765aef commit 9975dd4Copy full SHA for 9975dd4
1 file changed
src/test/java/org/apache/commons/io/FileUtilsTest.java
@@ -211,7 +211,6 @@ private void createCircularSymLink(final File file) throws IOException {
211
// On Windows, you are fine if you run a terminal with admin karma.
212
Files.createSymbolicLink(linkPath, targetPath);
213
} catch (final UnsupportedOperationException e) {
214
- e.printStackTrace();
215
createCircularOsSymLink(linkName, targetName);
216
}
217
// Sanity check:
0 commit comments