Mark duplicated RecordFormatException as deprecated to be able to remove it at some point in the future
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1734688 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b989e4f5a8
commit
b1bc13c26f
@ -20,8 +20,10 @@
|
|||||||
package org.apache.poi.hssf.record;
|
package org.apache.poi.hssf.record;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Title: Record Format Exception
|
* Used by records to indicate invalid format/data.<P>
|
||||||
* Description: Used by records to indicate invalid format/data.<P>
|
*
|
||||||
|
* @deprecated as of 3.15-beta1, scheduled for removal in 3.17
|
||||||
|
* use the class with the same name from the utils-package
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class RecordFormatException
|
public class RecordFormatException
|
||||||
|
Loading…
Reference in New Issue
Block a user