mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-11-16 01:21:16 +01:00
fix typo
Co-authored-by: James Brunton <jbrunton96@gmail.com>
This commit is contained in:
parent
addcb2e2a1
commit
018704c50f
@ -233,7 +233,7 @@ public class PipelineProcessor {
|
|||||||
* Replaces occurrences of file names in the provided body with corresponding resource objects
|
* Replaces occurrences of file names in the provided body with corresponding resource objects
|
||||||
* from the given files map.
|
* from the given files map.
|
||||||
*/
|
*/
|
||||||
private void replaceWithRessource(
|
private void replaceWithResource(
|
||||||
MultiValueMap<String, Object> body, Map<String, Resource> files) {
|
MultiValueMap<String, Object> body, Map<String, Resource> files) {
|
||||||
Set<String> fileNames = files.keySet();
|
Set<String> fileNames = files.keySet();
|
||||||
body.forEach(
|
body.forEach(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user