Added missing and cleaned up JavaDocs
This commit is contained in:
parent
97edc07160
commit
daadd0bc4a
33 changed files with 206 additions and 41 deletions
|
@ -37,9 +37,13 @@ import java.time.ZonedDateTime;
|
|||
* @since 1.0
|
||||
*/
|
||||
public class Year implements ValueRenderer {
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* Renders the current year.
|
||||
*
|
||||
* @param template the template that is currently being rendered
|
||||
* @param valueId the id of the value to render
|
||||
* @param differentiator a differentiator that may be used to differentiate the rendering of this value renderer
|
||||
* @return the current year
|
||||
*/
|
||||
@Override
|
||||
public String render(Template template, String valueId, String differentiator) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue