Skip to content

Commit 1d44957

Browse files
Fix a section link
1 parent 5e5054c commit 1d44957

File tree

1 file changed

+1
-1
lines changed
  • exonum-java-binding/core/src/main/java/com/exonum/binding/service

1 file changed

+1
-1
lines changed

exonum-java-binding/core/src/main/java/com/exonum/binding/service/Service.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public interface Service {
6262
* @param fork a database fork to apply changes to. Not valid after this method returns
6363
* @return a global configuration of the service, or {@code Optional.empty()} if the service
6464
* 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>
65+
* @see <a href="https://exonum.com/doc/version/0.11/architecture/services/#initialization-handler">Initialization handler</a>
6666
*/
6767
default Optional<String> initialize(Fork fork) {
6868
return Optional.empty();

0 commit comments

Comments
 (0)