From f1e3048dd2970854e4de4a20bb2ef8eea9cbe402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=B6rber?= Date: Thu, 23 Jan 2020 23:25:24 +0100 Subject: [PATCH] Fix broken links in example JavaDoc --- .../src/main/java/org/shredzone/acme4j/ClientTest.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/acme4j-example/src/main/java/org/shredzone/acme4j/ClientTest.java b/acme4j-example/src/main/java/org/shredzone/acme4j/ClientTest.java index 2fc790f9..c594a0e9 100644 --- a/acme4j-example/src/main/java/org/shredzone/acme4j/ClientTest.java +++ b/acme4j-example/src/main/java/org/shredzone/acme4j/ClientTest.java @@ -19,6 +19,7 @@ import java.io.FileWriter; import java.io.IOException; import java.io.Writer; import java.net.URI; +import java.net.URL; import java.security.KeyPair; import java.security.Security; import java.util.Arrays; @@ -194,10 +195,9 @@ public class ClientTest { * created. *

* This is a simple way of finding your {@link Account}. A better way is to get the - * URL and KeyIdentifier of your new account with {@link Account#getLocation()} - * {@link Session#getKeyIdentifier()} and store it somewhere. If you need to get - * access to your account later, reconnect to it via - * {@link Account#bind(Session, URI)} by using the stored location. + * URL of your new account with {@link Account#getLocation()} and store it somewhere. + * If you need to get access to your account later, reconnect to it via + * {@link Session#login(URL, KeyPair)} by using the stored location. * * @param session * {@link Session} to bind with