Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

More fixes to parallel download resource cleanup #1010

Conversation

zack-shoylev
Copy link
Contributor

No description provided.


if ( destination.exists() )
destination.delete();
if ( !tempFile.renameTo(destination) ) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove extra whitespace.

@nacx
Copy link
Member

nacx commented Sep 14, 2016

Does this also fix JCLOUDS-1176? (Just asking to understand the scope of this PR :))

@zack-shoylev
Copy link
Contributor Author

@nacx 1176: I will try to do a separate PR for it (out of scope for this one).

@nacx
Copy link
Member

nacx commented Sep 14, 2016

I will try to do a separate PR for it (out of scope for this one).

Great :) Thanks!

@zack-shoylev
Copy link
Contributor Author

merged

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants