Fix Javdoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1295127 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8183099c0e
commit
81797ed440
|
@ -114,7 +114,7 @@ public interface DatePrinter {
|
|||
* <p>Formats a {@code Date}, {@code Calendar} or
|
||||
* {@code Long} (milliseconds) object.</p>
|
||||
*
|
||||
* See {@link java.text.DateFormat#format(Object, StringBuffer, FieldPosition)
|
||||
* See {@link java.text.DateFormat#format(Object, StringBuffer, FieldPosition)}
|
||||
*
|
||||
* @param obj the object to format
|
||||
* @param toAppendTo the buffer to append to
|
||||
|
|
Loading…
Reference in New Issue