Merge pull request #34063 from enimiste
* pr/34063: Remove inputStream.close() line to conform to the interface Closes gh-34063
This commit is contained in:
commit
c62fd37f82
|
|
@ -69,7 +69,6 @@ public class PropertiesMergingResourceTransformer implements ReproducibleResourc
|
|||
throws IOException {
|
||||
Properties properties = new Properties();
|
||||
properties.load(inputStream);
|
||||
inputStream.close();
|
||||
properties.forEach((name, value) -> process((String) name, (String) value));
|
||||
if (time > this.time) {
|
||||
this.time = time;
|
||||
|
|
|
|||
Loading…
Reference in New Issue