Skip to content

Commit 5184186

Browse files
authored
Update PathUtils.java
1 parent 2483629 commit 5184186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/nordstrom/common/file/PathUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* path in sequence for the specified base name and extension in the indicated target folder. If the target folder
1818
* already contains at least one file that matches the specified base name and extension, the algorithm used to select
1919
* the next path will always return a path whose index is one more than the highest index that currently exists. (If a
20-
* single file with no index is found, its implied index is 1.)
20+
* single file with no index is found, its implied index is 0.)
2121
* <br><br>
2222
* <b>Example usage of {@code getNextPath}</b>
2323
* <pre>

0 commit comments

Comments
 (0)