Author: centic
Date: Sat Mar 12 11:36:56 2016
New Revision: 1734688

URL: http://svn.apache.org/viewvc?rev=1734688&view=rev
Log:
Mark duplicated RecordFormatException as deprecated to be able to remove it at 
some point in the future

Modified:
    poi/trunk/src/java/org/apache/poi/hssf/record/RecordFormatException.java

Modified: 
poi/trunk/src/java/org/apache/poi/hssf/record/RecordFormatException.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/record/RecordFormatException.java?rev=1734688&r1=1734687&r2=1734688&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/hssf/record/RecordFormatException.java 
(original)
+++ poi/trunk/src/java/org/apache/poi/hssf/record/RecordFormatException.java 
Sat Mar 12 11:36:56 2016
@@ -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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to