Skip to content

Commit

Permalink
Merge pull request #541 from SDCISA-13736-FixBadHabits-CopyTask
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenalpha authored Jan 5, 2024
2 parents 85005c2 + 85bc3e9 commit 13d7f1e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
* @author https://github.com/ljucam [Mario Ljuca]
*/
public class CopyTask {
private String sourceUri;
private String destinationUri;
private MultiMap headers;
private final String sourceUri;
private final String destinationUri;
private final MultiMap headers;

public CopyTask(String sourceUri, String destinationUri, MultiMap headers) {
this.sourceUri = sourceUri;
Expand Down

0 comments on commit 13d7f1e

Please sign in to comment.