Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Custom Part Metadata Decorator to ParallelCompositeUploadConfig #2434

Merged
merged 24 commits into from
Mar 15, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
removing unnecessary override
  • Loading branch information
sydney-munro committed Mar 15, 2024
commit 71ec5cf65f6030a0eec85b2724c9c7d067e65df3
Expand Up @@ -704,7 +704,6 @@ static final class NoCustomTime extends PartCustomTimeStrategy {
super(false);
}

@Override
Duration getTimeInFuture() {
throw new IllegalStateException("There is no time in future for NoCustomTime Strategy");
}
Expand Down