From a33eef41a03eafccebf1f1708564c06d0436b660 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 3 Jul 2017 22:18:25 +0000 Subject: [PATCH] fix javadoc issue git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800717 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/poi/ss/format/CellFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/poi/ss/format/CellFormat.java b/src/java/org/apache/poi/ss/format/CellFormat.java index 415506b0d3..76749b871f 100644 --- a/src/java/org/apache/poi/ss/format/CellFormat.java +++ b/src/java/org/apache/poi/ss/format/CellFormat.java @@ -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 General. - * @deprecated use {@link #getInstance(Locale, "General")} instead + * @deprecated use {@link #getInstance(Locale, String)} instead */ public static final CellFormat GENERAL_FORMAT = createGeneralFormat(LocaleUtil.getUserLocale()); -- 2.39.5