From 48c2de96ca77876021b2b9eaebf65dea8af212c3 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 10 Sep 2024 22:12:14 +0200 Subject: [PATCH] Fix javadoc for quarkus.bootstrap.incubating-model-resolver Noticed while working on the config doc. (cherry picked from commit bd23c2d3b096d75dec808b4f12ee804c8de87e64) --- .../src/main/java/io/quarkus/deployment/BootstrapConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/deployment/src/main/java/io/quarkus/deployment/BootstrapConfig.java b/core/deployment/src/main/java/io/quarkus/deployment/BootstrapConfig.java index fc4e1e776034c..6c456cd795baf 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/BootstrapConfig.java +++ b/core/deployment/src/main/java/io/quarkus/deployment/BootstrapConfig.java @@ -42,7 +42,7 @@ public class BootstrapConfig { boolean disableJarCache; /** - * A temporary option introduced to avoid a logging warning when {@code }-Dquarkus.bootstrap.incubating-model-resolver} + * A temporary option introduced to avoid a logging warning when {@code -Dquarkus.bootstrap.incubating-model-resolver} * is added to the build command line. * This option enables an incubating implementation of the Quarkus Application Model resolver. * This option will be removed as soon as the incubating implementation becomes the default one.