Javadoc: Don't refer to package private method.
This commit is contained in:
parent
34a85e7436
commit
8c153b8333
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue