]> source.dussan.org Git - poi.git/commitdiff
fix javadoc issue
authorPJ Fanning <fanningpj@apache.org>
Mon, 3 Jul 2017 22:18:25 +0000 (22:18 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 3 Jul 2017 22:18:25 +0000 (22:18 +0000)
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

index 415506b0d3f9b986c98b3559cc9405385a94583e..76749b871fc6e7f585666f66b1ea18290d925620 100644 (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());