Skip to content

Commit

Permalink
Fix JavaDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Feb 28, 2020
1 parent 64ba641 commit c8c92a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/edu/hm/hafner/util/PathUtilTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class PathUtilTest extends ResourceTest {
* Ensures that illegal file names are processed without problems and the test for existence returns {@code false}.
*
* @param fileName
* the file name to check
*/
@ParameterizedTest(name = "[{index}] Illegal filename = {0}")
@ValueSource(strings = {"/does/not/exist", "\0 Null-Byte", "C:/!<>$&/&( \0", "/!<>$&/&( \0"})
Expand Down

0 comments on commit c8c92a1

Please sign in to comment.