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:
Dominik Stadler 2016-03-12 11:36:56 +00:00
parent b989e4f5a8
commit b1bc13c26f
1 changed files with 4 additions and 2 deletions

View File

@ -20,8 +20,10 @@
package org.apache.poi.hssf.record;
/**
* Title: Record Format Exception
* Description: Used by records to indicate invalid format/data.<P>
* 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