We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547d5ea commit 7218594Copy full SHA for 7218594
1 file changed
docs/asciidoc/index.adoc
@@ -182,7 +182,7 @@ public class App {
182
public static void main(String[] args) {
183
runApp(args, app -> {
184
185
- app.use(new MyController());
+ app.use(new MyController_());
186
187
});
188
}
@@ -205,7 +205,7 @@ class MyController {
205
fun main(args: Array<String>) {
206
runApp(args) {
207
208
- use(MyController())
+ use(MyController_())
209
210
211
0 commit comments