fix javadoc issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800717 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2017-07-03 22:18:25 +00:00
parent 86f7d0b896
commit a33eef41a0

View File

@ -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());