Skip to content

Commit 93b4fd2

Browse files
committed
Fix documentation for quarkus.hibernate-orm.enabled
We use the AsciiDoc format but we have HTML markups. Fixes #31418
1 parent 0be56b4 commit 93b4fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateOrmConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
public class HibernateOrmConfig {
1616

1717
/**
18-
* Whether Hibernate ORM is enabled <strong>during the build</strong>.
18+
* Whether Hibernate ORM is enabled *during the build*.
1919
*
2020
* If Hibernate ORM is disabled during the build, all processing related to Hibernate ORM will be skipped,
2121
* but it will not be possible to activate Hibernate ORM at runtime:

0 commit comments

Comments
 (0)