Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Apr 17, 2024
1 parent df2dcd1 commit 04eeebb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/tests/DetailMessage.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ final class DetailMessage extends TestDiagnostic {
static DetailMessage parse(TestDiagnostic input, @Nullable Path rootDirectory) {
Path file = input.getFile();
if (rootDirectory != null && file.startsWith(rootDirectory)) {
// Empty file strings cannot be relativized.
file = rootDirectory.relativize(file);
}

Expand Down

0 comments on commit 04eeebb

Please sign in to comment.