Skip to content

Commit 02e69ab

Browse files
Babcock, ScottBabcock, Scott
authored andcommitted
Merge pull request #5 in MFATT/common from pr/fix-javadoc-error to master
* commit '9289915a4fb3942117b18c491425274245840108': Fix JavaDoc character issue
2 parents f49a60c + 9289915 commit 02e69ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
* */
3434
*
3535
* Path collectionPath = Paths.get(testContext.getOutputDirectory());
36-
* // => C:\git\my-project\test-output\Default suite
36+
* // => C:\git\my-project\test-output\Default suite
3737
*
3838
* Path artifactPath;
3939
* try {
4040
* artifactPath = PathUtils.getNextPath(collectionPath, "artifact", "txt");
41-
* // => C:\git\my-project\test-output\Default suite\artifact-4.txt
41+
* // => C:\git\my-project\test-output\Default suite\artifact-4.txt
4242
* } catch (IOException e) {
4343
* provider.getLogger().info("Unable to get output path; no artifact was captured", e);
4444
* return;

0 commit comments

Comments
 (0)