17f205fab3
Motivation: `FileChannel.force` may throw an IOException. A fd leak may happen here. Modification: Close the fileChannel in a finally block. Result: Avoid fd leak. |
||
---|---|---|
.. | ||
src | ||
pom.xml |
17f205fab3
Motivation: `FileChannel.force` may throw an IOException. A fd leak may happen here. Modification: Close the fileChannel in a finally block. Result: Avoid fd leak. |
||
---|---|---|
.. | ||
src | ||
pom.xml |