Skip to content

Commit d4d4879

Browse files
Fix broken code listing in OpenAPI Server Generation guide (#1599)
1 parent cf91fa4 commit d4d4879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/micronaut-openapi-generator-server/micronaut-openapi-generator-server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Micronaut OpenAPI has generated an interface for called `BooksApi` that we need
340340

341341
Create a `BooksController.java` class with the following contents:
342342

343-
source:controller/BooksController[tags=header|footer]
343+
source:controller/BooksController[tags=package|import|clazz|footer]
344344

345345
=== Implementing Controller Methods
346346

0 commit comments

Comments
 (0)