Javadoc: Don't refer to package private method.

This commit is contained in:
Gary Gregory 2021-08-30 09:45:14 -04:00
parent 34a85e7436
commit 8c153b8333
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ public class FastDatePrinter implements DatePrinter, Serializable {
/**
* <p>Formats a {@code Date}, {@code Calendar} or
* {@code Long} (milliseconds) object.</p>
* @deprecated Use {{@link #format(Date)}, {{@link #format(Calendar)}, {{@link #format(long)}, or {{@link #format(Object)}
* @deprecated Use {{@link #format(Date)}, {{@link #format(Calendar)}, {{@link #format(long)}.
* @param obj the object to format
* @param toAppendTo the buffer to append to
* @param pos the position - ignored