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