Skip to content

Commit 3bc3b4b

Browse files
Fix the Javadoc
1 parent 2cafa34 commit 3bc3b4b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • exonum-java-binding/testkit/src/main/java/com/exonum/binding/testkit

exonum-java-binding/testkit/src/main/java/com/exonum/binding/testkit/TestKit.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
import com.exonum.binding.core.runtime.ServiceRuntime;
3838
import com.exonum.binding.core.runtime.ServiceRuntimeAdapter;
3939
import com.exonum.binding.core.service.BlockCommittedEvent;
40+
import com.exonum.binding.core.service.Configuration;
4041
import com.exonum.binding.core.service.Node;
4142
import com.exonum.binding.core.service.Service;
4243
import com.exonum.binding.core.storage.database.Fork;
@@ -81,7 +82,7 @@
8182
* from the pool are committed when a new block is created with {@link #createBlock()}.
8283
*
8384
* <p>When TestKit is created, Exonum blockchain instance is initialized — service instances are
84-
* {@linkplain Service#configure(Fork) initialized} and genesis block is committed.
85+
* {@linkplain Service#initialize(Fork, Configuration) initialized} and genesis block is committed.
8586
* Then the {@linkplain Service#createPublicApiHandlers(Node, Router) public API handlers} are
8687
* created.
8788
*

0 commit comments

Comments
 (0)