Skip to content

Commit

Permalink
Remove DAFFODIL_HOME since IDEs don't need it
Browse files Browse the repository at this point in the history
- remove daffodilRoot, which uses DAFFODIL_HOME, as replacing it with "." is essentially a no-op in the Paths.get function
- update comment

DAFFODIL-2836
  • Loading branch information
olabusayoT committed Mar 22, 2024
1 parent f55b588 commit ca54639
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ object Util {
}

/**
* Convert the daffodilRoot + parameter to a java Path. The string
* Convert the parameter to a java Path. The string
* parameter should contain unix path separators and it will be interpreted
* correctly regardless of operating system. When converted to a string to
* send to the CLI, it will use the correct line separator for the
* send to the CLI, it will use the correct path separator for the
* operating system
*/
def path(string: String): Path = {
Expand Down

0 comments on commit ca54639

Please sign in to comment.