Skip to content

Commit

Permalink
fix: fixed outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
yevheniyJ committed May 24, 2024
1 parent 60f55eb commit ed408cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class DryrunObsoleteSources extends Dryrun {
private List<File> files;

public DryrunObsoleteSources(@NonNull PropertiesWithFiles pb, @NonNull PlaceholderUtil placeholderUtil, @NonNull Map<Long, Directory> directories, @NonNull List<File> files) {
super("message.uploading_file");
this.pb = pb;
this.placeholderUtil = placeholderUtil;
this.directories = directories;
Expand Down

0 comments on commit ed408cd

Please sign in to comment.