Skip to content

Commit 8acf306

Browse files
authored
Fixed javadoc (#336)
Signed-off-by: Helber Belmiro <[email protected]>
1 parent 4af2306 commit 8acf306

File tree

1 file changed

+1
-1
lines changed
  • deployment/src/main/resources/templates

1 file changed

+1
-1
lines changed

deployment/src/main/resources/templates/api.qute

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import io.quarkiverse.openapi.generator.annotations.GeneratedParam;
3030
{#if appName}
3131
/**
3232
* {appName}
33-
* {#if appDescription}<p/>{appDescription}{/if}
33+
* {#if appDescription}<p>{appDescription}</p>{/if}
3434
*/
3535
{/if}
3636
@Path("{#if useAnnotatedBasePath}{contextPath}{/if}{commonPath}")

0 commit comments

Comments
 (0)