deprecated annotation

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896540 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-12-30 20:21:58 +00:00
parent 4833168d11
commit 15b1c51f33

View File

@ -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");