https://bz.apache.org/bugzilla/show_bug.cgi?id=66397

lsq27 <lushaoqian...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #38453|0                           |1
        is obsolete|                            |

--- Comment #2 from lsq27 <lushaoqian...@gmail.com> ---
Created attachment 38455
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38455&action=edit
second patch

Thanks for suggestions.
The new patch description is as follows.

* Make temp directory initialized only once with double-checked locking in
DefaultTempFileCreationStrategy#createPOIFilesDirectory().
* Replace createTempDirectory with Files.createTempDirectory in
DefaultTempFileCreationStrategy#createTempDirectory(String) FIXME
* Replace File instantiate with Paths to make code more concise in
TempFileUtils and TestTempFileThreaded.
* Fix doc of createTempFile in TempFile.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to