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 2483629 commit 5184186Copy full SHA for 5184186
src/main/java/com/nordstrom/common/file/PathUtils.java
@@ -17,7 +17,7 @@
17
* path in sequence for the specified base name and extension in the indicated target folder. If the target folder
18
* already contains at least one file that matches the specified base name and extension, the algorithm used to select
19
* 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.)
+ * single file with no index is found, its implied index is 0.)
21
* <br><br>
22
* <b>Example usage of {@code getNextPath}</b>
23
* <pre>
0 commit comments