Fix javadoc

pull/81/head
Richard Körber 2018-09-27 18:33:13 +02:00
parent dec4561dff
commit 724537f54b
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import org.shredzone.acme4j.toolbox.TestUtils;
/** /**
* Test implementation of {@link AcmeProvider}. It also implements a dummy implementation * Test implementation of {@link AcmeProvider}. It also implements a dummy implementation
* of {@link Connection} that is always returned on {@link #connect()}. * of {@link Connection} that is always returned on {@link #connect(URI)}.
*/ */
public class TestableConnectionProvider extends DummyConnection implements AcmeProvider { public class TestableConnectionProvider extends DummyConnection implements AcmeProvider {
private final Map<String, BiFunction<Login, JSON, Challenge>> creatorMap = new HashMap<>(); private final Map<String, BiFunction<Login, JSON, Challenge>> creatorMap = new HashMap<>();