FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

debug for java 7 code · transloadit/java-sdk@c2d14b1 · GitHub

Commit c2d14b1

Browse files
debug for java 7 code
1 parent 92f5ef7 commit c2d14b1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎src/main/java/com/transloadit/sdk/Assembly.java‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ public Assembly(Transloadit transloadit) {
3030
public Assembly(Transloadit transloadit, Steps steps, Map<String, File> files, Map<String, Object> options) {
3131
this.transloadit = transloadit;
3232
this.steps = steps;
33-
this.files = new HashMap<>(files);
33+
this.files = new HashMap<>();
34+
this.files.putAll(files);
3435
this.options = options;
3536
}
3637

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL