Removed junk characters from code.

(cherry picked from commit 415d5e0385fa00709fcc599b0087a77c80a79270)
This commit is contained in:
Peter-Josef Meisch 2023-11-30 20:34:57 +01:00
parent 0fb98eda39
commit 051777ee25
No known key found for this signature in database
GPG Key ID: DE108246970C7708

View File

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