]> source.dussan.org Git - poi.git/commitdiff
Mark duplicated RecordFormatException as deprecated to be able to remove it at some...
authorDominik Stadler <centic@apache.org>
Sat, 12 Mar 2016 11:36:56 +0000 (11:36 +0000)
committerDominik Stadler <centic@apache.org>
Sat, 12 Mar 2016 11:36:56 +0000 (11:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1734688 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/record/RecordFormatException.java

index b1afd6f9bd0d31d0e741f50ac97b5c6166b5f5e9..63d05aa70d9ee7fb30154387623f3f834631a45f 100644 (file)
 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