Commit f36de03
Diffblue assistant
Use try-with-resources
Replace try statements that close a resource in the finally block with a
try-with-resources statement [1].
This commit was created automatically by Diffblue refactorings (https://www.diffblue.com/).
[1] https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html1 parent b642623 commit f36de03
File tree
1 file changed
+1
-4
lines changed- execute-around/src/main/java/com/iluwatar/execute/around
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
42 | 41 | | |
43 | | - | |
44 | | - | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
0 commit comments