diff --git a/extensions/qute/runtime/src/main/java/io/quarkus/qute/runtime/QuteRuntimeConfig.java b/extensions/qute/runtime/src/main/java/io/quarkus/qute/runtime/QuteRuntimeConfig.java index 18e2bc5622941..cb679eed25e32 100644 --- a/extensions/qute/runtime/src/main/java/io/quarkus/qute/runtime/QuteRuntimeConfig.java +++ b/extensions/qute/runtime/src/main/java/io/quarkus/qute/runtime/QuteRuntimeConfig.java @@ -14,7 +14,7 @@ public class QuteRuntimeConfig { /** * The strategy used when a standalone expression evaluates to a "not found" value at runtime and - * the {@code io.quarkus.qute.strict-rendering} config property is set to {@code false} + * the {@code quarkus.qute.strict-rendering} config property is set to {@code false} *

* This strategy is never used when evaluating section parameters, e.g. {#if foo.name}. In such case, it's the * responsibility of the section to handle this situation appropriately.