Add missing Javadoc tags.

This commit is contained in:
Gary Gregory 2016-11-16 15:35:23 -08:00
parent f3d2d55ab9
commit efdff37fba
1 changed files with 2 additions and 0 deletions

View File

@ -774,6 +774,7 @@ public class FastDatePrinter implements DatePrinter, Serializable {
*
* @param buf the output buffer
* @param calendar calendar to be appended
* @throws IOException if an I/O error occurs
*/
void appendTo(Appendable buf, Calendar calendar) throws IOException;
}
@ -787,6 +788,7 @@ public class FastDatePrinter implements DatePrinter, Serializable {
*
* @param buffer the output buffer
* @param value the value to be appended
* @throws IOException if an I/O error occurs
*/
void appendTo(Appendable buffer, int value) throws IOException;
}