| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 92f5ef7 commit c2d14b1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,8 @@ public Assembly(Transloadit transloadit) { | |||
| 30 | 30 | public Assembly(Transloadit transloadit, Steps steps, Map<String, File> files, Map<String, Object> options) { | |
| 31 | 31 | this.transloadit = transloadit; | |
| 32 | 32 | this.steps = steps; | |
| 33 | - this.files = new HashMap<>(files); | ||
| 33 | + this.files = new HashMap<>(); | ||
| 34 | + this.files.putAll(files); | ||
| 34 | 35 | this.options = options; | |
| 35 | 36 | } | |
| 36 | 37 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments