177178179180181182183184185186187188189
{ stream.close(); } catch (IOException e) { ContentModification mod = getRepositoryContentModification(); log.debug("Caught exception closing stream for " + mod.getRootName() + " " + mod.getItem().getRelativePath(), e); } finally { stream = null; }