Removed junk characters from code.

(cherry picked from commit 415d5e0385)
This commit is contained in:
Peter-Josef Meisch
2023-11-30 20:34:57 +01:00
parent 0fb98eda39
commit 051777ee25

View File

@@ -237,4 +237,3 @@ final class DocumentAdapters {
.collect(Collectors.toList());
}
}
🚝