mirror of https://github.com/apache/poi.git
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:
parent
26389768b9
commit
329c87cc68
|
@ -121,7 +121,7 @@ public class CellFormat {
|
||||||
/**
|
/**
|
||||||
* Format a value as it would be were no format specified. This is also
|
* Format a value as it would be were no format specified. This is also
|
||||||
* used when the format specified is <tt>General</tt>.
|
* 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());
|
public static final CellFormat GENERAL_FORMAT = createGeneralFormat(LocaleUtil.getUserLocale());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue