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.
2 parents f49a60c + 9289915 commit 02e69abCopy full SHA for 02e69ab
src/main/java/com/nordstrom/common/file/PathUtils.java
@@ -33,12 +33,12 @@
33
* */
34
*
35
* Path collectionPath = Paths.get(testContext.getOutputDirectory());
36
- * // => C:\git\my-project\test-output\Default suite
+ * // => C:\git\my-project\test-output\Default suite
37
38
* Path artifactPath;
39
* try {
40
* artifactPath = PathUtils.getNextPath(collectionPath, "artifact", "txt");
41
- * // => C:\git\my-project\test-output\Default suite\artifact-4.txt
+ * // => C:\git\my-project\test-output\Default suite\artifact-4.txt
42
* } catch (IOException e) {
43
* provider.getLogger().info("Unable to get output path; no artifact was captured", e);
44
* return;
0 commit comments