Minor documentation updates

This commit is contained in:
Richard Körber
2023-07-21 15:01:51 +02:00
parent a648a513f6
commit 79c2ab7688
4 changed files with 37 additions and 31 deletions

View File

@@ -48,6 +48,10 @@ import org.slf4j.LoggerFactory;
* <li>You might need to provide a key identifier (e.g. your customer number) and
* a shared secret via {@link #withKeyIdentifier(String, SecretKey)}.</li>
* </ul>
* <p>
* It is not possible to modify an existing account with the {@link AccountBuilder}. To
* modify an existing account, use {@link Account#modify()} and
* {@link Account#changeKey(KeyPair)}.
*/
public class AccountBuilder {
private static final Logger LOG = LoggerFactory.getLogger(AccountBuilder.class);