File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ The command discovery can be used when new commands need to be added to Vert.x w
626
626
627
627
For example, the _Dropwizard_ metrics service, adds specific metrics command to the shell service on the fly.
628
628
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}.
630
630
631
631
[source,java]
632
632
----
@@ -638,7 +638,7 @@ public class CustomCommands implements CommandResolverFactory {
638
638
}
639
639
----
640
640
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
642
642
are resolved.
643
643
644
644
The shell service discovery using the service loader mechanism:
You can’t perform that action at this time.
0 commit comments