mirror of
https://github.com/apache/poi.git
synced 2025-03-06 00:49:36 +00:00
deprecated annotation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896540 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4833168d11
commit
15b1c51f33
@ -53,6 +53,7 @@ public class GZIPSheetDataWriter extends SheetDataWriter {
|
||||
* @deprecated no need for this be public, will be made private or protected in an upcoming release
|
||||
*/
|
||||
@Override
|
||||
@Deprecated
|
||||
@Removal(version = "6.0.0")
|
||||
public File createTempFile() throws IOException {
|
||||
return TempFile.createTempFile("poi-sxssf-sheet-xml", ".gz");
|
||||
|
Loading…
x
Reference in New Issue
Block a user