Skip to content

Commit

Permalink
Merge branch '2.7.x' into 3.0.x
Browse files Browse the repository at this point in the history
Closes gh-34072
  • Loading branch information
mhalbritter committed Feb 6, 2023
2 parents 81c8574 + c62fd37 commit 2e61acb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public void processResource(String resource, InputStream inputStream, List<Reloc
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;
Expand Down

0 comments on commit 2e61acb

Please sign in to comment.