Skip to content

Commit

Permalink
IO-789_SymbolicLinkFileFilter_accepts_all_files,_not_just_symbolic_li…
Browse files Browse the repository at this point in the history
…nks -- Removed trailing spaces
  • Loading branch information
SwingGuy1024 committed Apr 19, 2023
1 parent a273627 commit ba878ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public SymbolicLinkFileFilter(final FileVisitResult onAccept, final FileVisitRes
* Checks to see if the file is a symbolic link.
*
* @param file the File to check
* @return true if the file exists and is a symbolic link to either another file or a directory,
* @return true if the file exists and is a symbolic link to either another file or a directory,
* false otherwise.
*/
@Override
Expand All @@ -113,7 +113,7 @@ public FileVisitResult accept(final Path path, final BasicFileAttributes attribu
* Package access, so the unit test may override to mock it. To
* facilitate unit testing, all calls to test if the file is a symbolic should go
* through this method. (See the unit test for why.)
*
*
* @param filePath The filePath to test
* @return true if the file exists and is a symbolic link to either a file or directory, false otherwise.
*/
Expand Down

0 comments on commit ba878ad

Please sign in to comment.