stevedlawrence commented on code in PR #1190:
URL: https://github.com/apache/daffodil/pull/1190#discussion_r1535959944
##########
daffodil-cli/src/test/scala/org/apache/daffodil/cli/cliTest/Util.scala:
##########
@@ -67,7 +65,7 @@ object Util {
* operating system
*/
def path(string: String): Path = {
- Paths.get(daffodilRoot, string)
+ Paths.get(string)
Review Comment:
Can you remove daffodilRoot from the comment too? Also, while you're in this
section can you replace "line separator" with "path separator" in this comment,
I think "line" was probably a typo?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]