mirror of https://github.com/apache/archiva.git
ensure that it gets closed, even if close throws exception
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1071608 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1460694de3
commit
f2b0885b53
|
@ -235,8 +235,8 @@ public class Maven2RepositoryMerger
|
|||
}
|
||||
finally
|
||||
{
|
||||
out.close();
|
||||
input.close();
|
||||
IOUtils.closeQuietly( out );
|
||||
IOUtils.closeQuietly( input );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue