Author: fanningpj
Date: Mon Jul  3 22:18:25 2017
New Revision: 1800717

URL: http://svn.apache.org/viewvc?rev=1800717&view=rev
Log:
fix javadoc issue

Modified:
    poi/trunk/src/java/org/apache/poi/ss/format/CellFormat.java

Modified: poi/trunk/src/java/org/apache/poi/ss/format/CellFormat.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/format/CellFormat.java?rev=1800717&r1=1800716&r2=1800717&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/format/CellFormat.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/format/CellFormat.java Mon Jul  3 
22:18:25 2017
@@ -121,7 +121,7 @@ public class CellFormat {
     /**
      * Format a value as it would be were no format specified.  This is also
      * used when the format specified is <tt>General</tt>.
-     * @deprecated use {@link #getInstance(Locale, "General")} instead
+     * @deprecated use {@link #getInstance(Locale, String)} instead
      */
     public static final CellFormat GENERAL_FORMAT = 
createGeneralFormat(LocaleUtil.getUserLocale());
             



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

Reply via email to