Skip to content

Commit 2ebb775

Browse files
committed
Doc fix: use backticks instead of Javadoc code block
1 parent e118e45 commit 2ebb775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/asciidoc/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ The command discovery can be used when new commands need to be added to Vert.x w
626626

627627
For example, the _Dropwizard_ metrics service, adds specific metrics command to the shell service on the fly.
628628

629-
It can be achieved via the {@code java.util.ServiceLoader} of a {@link io.vertx.ext.shell.spi.CommandResolverFactory}.
629+
It can be achieved via the `java.util.ServiceLoader` of a {@link io.vertx.ext.shell.spi.CommandResolverFactory}.
630630

631631
[source,java]
632632
----
@@ -638,7 +638,7 @@ public class CustomCommands implements CommandResolverFactory {
638638
}
639639
----
640640

641-
The {@code resolver} method is async, because the resolver may need to wait some condition before commands
641+
The `resolver` method is async, because the resolver may need to wait some condition before commands
642642
are resolved.
643643

644644
The shell service discovery using the service loader mechanism:

0 commit comments

Comments
 (0)