last minute JavaDoc corrections

This commit is contained in:
Stefan Kalscheuer 2020-04-29 15:47:20 +02:00
parent 4fb63f0977
commit aab76273a5

View File

@ -554,6 +554,7 @@ public final class Token {
/**
* Set token period (former lease time).
*
* @param period Period in seconds.
* @return self
*/
public Builder withPeriod(final Integer period) {
@ -565,6 +566,7 @@ public final class Token {
* Set entity alias for token.
* Only works in combination with an associated token role.
*
* @param entityAlias Entity alias.
* @return self
*/
public Builder withEntityAlias(final String entityAlias) {