diff --git a/extensions/arc/runtime/src/main/java/io/quarkus/arc/lookup/LookupUnlessProperty.java b/extensions/arc/runtime/src/main/java/io/quarkus/arc/lookup/LookupUnlessProperty.java index 0840aadaaf7fe..5afcb7e4d18f1 100644 --- a/extensions/arc/runtime/src/main/java/io/quarkus/arc/lookup/LookupUnlessProperty.java +++ b/extensions/arc/runtime/src/main/java/io/quarkus/arc/lookup/LookupUnlessProperty.java @@ -71,7 +71,7 @@ String stringValue(); /** - * Determines if the bean should be suppressed when the property name specified by {@code name} has not been specified at + * Determines if the bean should be looked up when the property name specified by {@code name} has not been specified at * all */ boolean lookupIfMissing() default false;