Added missing and cleaned up JavaDocs

This commit is contained in:
Erik C. Thauvin 2024-10-29 22:58:26 -07:00
parent 97edc07160
commit daadd0bc4a
Signed by: erik
GPG key ID: 776702A6A2DA330E
33 changed files with 206 additions and 41 deletions

View file

@ -36,7 +36,12 @@ import rife.template.ValueRenderer;
*/
public class Rot13 implements ValueRenderer {
/**
* {@inheritDoc}
* Returns the template value translated to/from ROT13.
*
* @param template the template that contains the value
* @param valueId the id of the value
* @param differentiator the differentiator to use
* @return the ROT13 value
*/
@Override
public String render(Template template, String valueId, String differentiator) {