Delete checksum temp file when no longer needed

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@526503 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2007-04-08 01:21:56 +00:00
parent cab99dad59
commit 44fd04893d
1 changed files with 1 additions and 0 deletions

View File

@ -632,6 +632,7 @@ public class DefaultWagonManager
checksumFile.delete();
}
FileUtils.copyFile( tempChecksumFile, checksumFile );
tempChecksumFile.delete();
}
else
{