Skip to content

Commit

Permalink
fix: remove redundant close ref#26374 (#26381)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez authored and dsolistorres committed Nov 6, 2023
1 parent 8f30239 commit f2bb424
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public File runFilter(File file, Map<String, String[]> parameters) {
writer.write(null,new IIOImage(dst,null,null),iwp);
ios.flush();
writer.dispose();
ios.close();
}
if (!tempResultFile.renameTo(resultFile)) {
throw new DotRuntimeException("unable to create file:" + resultFile);
Expand Down

0 comments on commit f2bb424

Please sign in to comment.