We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5054c commit 1d44957Copy full SHA for 1d44957
exonum-java-binding/core/src/main/java/com/exonum/binding/service/Service.java
@@ -62,7 +62,7 @@ public interface Service {
62
* @param fork a database fork to apply changes to. Not valid after this method returns
63
* @return a global configuration of the service, or {@code Optional.empty()} if the service
64
* does not have any configuration parameters.
65
- * @see <a href="https://exonum.com/doc/version/0.11/architecture/services/#genesis-block-handler">Genesis block handler</a>
+ * @see <a href="https://exonum.com/doc/version/0.11/architecture/services/#initialization-handler">Initialization handler</a>
66
*/
67
default Optional<String> initialize(Fork fork) {
68
return Optional.empty();
0 commit comments