Removed junk characters from code.

This commit is contained in:
Peter-Josef Meisch 2023-11-30 20:34:57 +01:00
parent 3833975a1a
commit 415d5e0385
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());
}
}
🚝