Revision 9204
Added by rnahf over 9 years ago
src/edu/ucsb/nceas/metacat/replication/ReplicationService.java | ||
---|---|---|
975 | 975 |
updatedDate); |
976 | 976 |
} catch (Exception e) { |
977 | 977 |
writeException = e; |
978 |
} finally { |
|
979 |
IOUtils.closeQuietly(inputStream); |
|
978 | 980 |
} |
979 | 981 |
|
980 | 982 |
} |
Also available in: Unified diff
refs: #7092. found another unclosed inputStream, this time in ReplicationService.handleForceReplicationDataFileRequest(...).