Co-authored-by: James Brunton <jbrunton96@gmail.com>
This commit is contained in:
Florian F. 2025-11-14 13:28:40 +01:00 committed by GitHub
parent addcb2e2a1
commit 018704c50f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -233,7 +233,7 @@ public class PipelineProcessor {
* Replaces occurrences of file names in the provided body with corresponding resource objects
* from the given files map.
*/
private void replaceWithRessource(
private void replaceWithResource(
MultiValueMap<String, Object> body, Map<String, Resource> files) {
Set<String> fileNames = files.keySet();
body.forEach(