Skip to content

Commit

Permalink
fix: fix download output
Browse files Browse the repository at this point in the history
  • Loading branch information
yevheniyJ committed May 24, 2024
1 parent ec7aa0f commit b74e4af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ 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 b74e4af

Please sign in to comment.