Add missing Javadoc tags.
This commit is contained in:
parent
f3d2d55ab9
commit
efdff37fba
|
@ -774,6 +774,7 @@ public class FastDatePrinter implements DatePrinter, Serializable {
|
||||||
*
|
*
|
||||||
* @param buf the output buffer
|
* @param buf the output buffer
|
||||||
* @param calendar calendar to be appended
|
* @param calendar calendar to be appended
|
||||||
|
* @throws IOException if an I/O error occurs
|
||||||
*/
|
*/
|
||||||
void appendTo(Appendable buf, Calendar calendar) throws IOException;
|
void appendTo(Appendable buf, Calendar calendar) throws IOException;
|
||||||
}
|
}
|
||||||
|
@ -787,6 +788,7 @@ public class FastDatePrinter implements DatePrinter, Serializable {
|
||||||
*
|
*
|
||||||
* @param buffer the output buffer
|
* @param buffer the output buffer
|
||||||
* @param value the value to be appended
|
* @param value the value to be appended
|
||||||
|
* @throws IOException if an I/O error occurs
|
||||||
*/
|
*/
|
||||||
void appendTo(Appendable buffer, int value) throws IOException;
|
void appendTo(Appendable buffer, int value) throws IOException;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue