Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
  • Loading branch information
holgerfriedrich committed Jan 3, 2025
1 parent 38c57ca commit 34835ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,6 @@ private String toPathAsInXtext212(java.net.URI uri) {
// output new: file:///d/

// We use this method now to keep the old behavior.
return Paths.get(uri).toUri().toString();
return Path.of(uri).toUri().toString();
}
}

0 comments on commit 34835ad

Please sign in to comment.